Remove architecture check from nexterm.sh

Removed architecture check for dpkg.
This commit is contained in:
CanbiZ (MickLesk)
2026-07-10 20:23:42 +02:00
committed by GitHub
parent afe52cc057
commit d50aa0c5cf
-9
View File
@@ -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