mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-26 09:14:56 +02:00
[arm64] fix update functions to support arm64 (#15290)
oops forgot about a few update functions
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ function update_script() {
|
||||
systemctl stop tinyauth
|
||||
msg_ok "Stopped Service"
|
||||
|
||||
fetch_and_deploy_gh_release "tinyauth" "tinyauthapp/tinyauth" "singlefile" "latest" "/opt/tinyauth" "tinyauth-amd64"
|
||||
fetch_and_deploy_gh_release "tinyauth" "tinyauthapp/tinyauth" "singlefile" "latest" "/opt/tinyauth" "tinyauth-$(arch_resolve)"
|
||||
|
||||
msg_info "Starting Service"
|
||||
systemctl start tinyauth
|
||||
|
||||
Reference in New Issue
Block a user