mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-03 20:30:02 +00:00
Fixing name issues.
This commit is contained in:
parent
36c004706b
commit
1f1e0c31bf
@ -43,12 +43,12 @@ msg_ok "Installed Dependencies"
|
|||||||
RELEASE=$(curl -s https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
|
RELEASE=$(curl -s https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
|
||||||
msg_info "Downloading mealie ${RELEASE}"
|
msg_info "Downloading mealie ${RELEASE}"
|
||||||
wget -q "https://github.com/mealie-recipes/mealie/archive/refs/tags/${RELEASE}.zip"
|
wget -q "https://github.com/mealie-recipes/mealie/archive/refs/tags/${RELEASE}.zip"
|
||||||
unzip "${RELEASE}.zip" -d /app/${APP}
|
unzip "${RELEASE}.zip" -d /app/mealie
|
||||||
echo "${RELEASE}" >/app/${APP}_version.txt
|
echo "${RELEASE}" >/app/mealie_version.txt
|
||||||
msg_ok "Downloading mealie ${RELEASE}"
|
msg_ok "Downloading mealie ${RELEASE}"
|
||||||
|
|
||||||
msg_info "Setting up frontend"
|
msg_info "Setting up frontend"
|
||||||
cd /app/${APP}
|
cd /app/mealie
|
||||||
npm yarn install \
|
npm yarn install \
|
||||||
--prefer-offline \
|
--prefer-offline \
|
||||||
--frozen-lockfile \
|
--frozen-lockfile \
|
||||||
|
Loading…
Reference in New Issue
Block a user