mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-11 00:22:13 +02:00
Remove architecture check from nexterm.sh
Removed architecture check for dpkg.
This commit is contained in:
committed by
GitHub
parent
afe52cc057
commit
d50aa0c5cf
@@ -30,15 +30,6 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
|
||||
case "$(dpkg --print-architecture)" in
|
||||
amd64) NX_ARCH="x64" ;;
|
||||
arm64) NX_ARCH="arm64" ;;
|
||||
*)
|
||||
msg_error "Unsupported architecture"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
if check_for_gh_release "nexterm-engine" "gnmyt/Nexterm"; then
|
||||
msg_info "Stopping nexterm-engine"
|
||||
systemctl stop nexterm-engine
|
||||
|
||||
Reference in New Issue
Block a user