Parcourir la source

Update pyenv.sh

tteckster il y a 2 ans
Parent
commit
8b36a1953b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      misc/pyenv.sh

+ 1 - 0
misc/pyenv.sh

@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️  Can't Install on Proxmox "; exit; fi
 set -e
 echo "Installing pyenv"
 apt-get install -y \