diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index 63d3645e..95984108 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -27,7 +27,7 @@ function error_exit() { echo -e "$flag $msg" 1>&2 exit $EXIT } - +if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; fi while true; do read -p "This will Install ${APP} on $hostname. Proceed(y/n)?" yn case $yn in