mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2025-12-11 19:58:13 -06:00
fix fetch_and_deploy
This commit is contained in:
parent
e7d5d9c0ae
commit
0ab37461ec
@ -66,7 +66,7 @@ EOF
|
||||
setup_nodejs
|
||||
|
||||
rm -rf /opt/homarr
|
||||
fetch_and_deploy_gh_release "homarr" "homarr-labs/homarr"
|
||||
fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar"
|
||||
|
||||
msg_info "Updating Homarr to v${RELEASE}"
|
||||
cp /opt/homarr/redis.conf /etc/redis/redis.conf
|
||||
|
||||
@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION=$(curl -s https://raw.githubusercontent.com/homarr-labs/homarr/dev/package.json | jq -r '.engines.node | split(">=")[1] | split(".")[0]')
|
||||
setup_nodejs
|
||||
fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr"
|
||||
fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "source-amd64.tar"
|
||||
|
||||
msg_info "Installing Homarr (Patience)"
|
||||
ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user