mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-13 16:16:11 +02:00
[arm64] fix update functions to support arm64 (#15290)
oops forgot about a few update functions
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ function update_script() {
|
||||
systemctl stop threadfin
|
||||
msg_ok "Stopped Service"
|
||||
|
||||
fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64"
|
||||
fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_$(arch_resolve)"
|
||||
mv /opt/threadfin/threadfin-app /opt/threadfin/threadfin
|
||||
|
||||
msg_info "Starting Service"
|
||||
|
||||
Reference in New Issue
Block a user