mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-05 12:23:25 +02:00
Update ct/hister.sh
This commit is contained in:
+1
-2
@@ -35,8 +35,7 @@ function update_script() {
|
||||
systemctl stop hister
|
||||
msg_ok "Stopped Service"
|
||||
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
fetch_and_deploy_gh_release "hister" "asciimoo/hister" "singlefile" "latest" "/usr/local/bin" "hister_*_linux_${ARCH}"
|
||||
fetch_and_deploy_gh_release "hister" "asciimoo/hister" "singlefile" "latest" "/usr/local/bin" "hister_*_linux_$(arch_resolve)"
|
||||
|
||||
msg_info "Starting Service"
|
||||
systemctl start hister
|
||||
|
||||
Reference in New Issue
Block a user