From a6b415bc3691e949edcecc829cf2abf4d1a88956 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 6 Mar 2024 05:50:36 -0500 Subject: [PATCH] Update code-server.sh fixes https://github.com/tteck/Proxmox/issues/2608 --- misc/code-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/code-server.sh b/misc/code-server.sh index 6ae2d024..cbc140d9 100644 --- a/misc/code-server.sh +++ b/misc/code-server.sh @@ -47,6 +47,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 +if [ -e /etc/alpine-release ]; then echo -e "⚠️ Can't Install on Alpine"; exit; fi while true; do read -p "This will Install ${APP} on $hostname. Proceed(y/n)?" yn case $yn in