mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-23 05:55:16 +00:00
add arch check (#981)
This commit is contained in:
@@ -409,6 +409,7 @@ fi
|
||||
}
|
||||
|
||||
clear
|
||||
ARCH_CHECK
|
||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
|
||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||
if [ "$CT_TYPE" == "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user