Explorar o código

Update crowdsec.sh

make not installable on Proxmox
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
0c88e26b0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/crowdsec.sh

+ 1 - 1
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