From 616dd24616b2b66277e93a979c81cda0bbb95f0b Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 31 Jan 2023 03:40:43 -0500 Subject: [PATCH] Update code-server.sh pve check --- misc/code-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/code-server.sh b/misc/code-server.sh index cb55416b..03285dcb 100644 --- a/misc/code-server.sh +++ b/misc/code-server.sh @@ -40,6 +40,7 @@ function error_exit() { } clear header_info +if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; exit; fi while true; do read -p "This will Install ${APP} on $hostname. Proceed(y/n)?" yn case $yn in