Update pyenv.sh

This commit is contained in:
tteckster 2022-12-07 18:45:29 -05:00 committed by GitHub
parent f5595b0709
commit 8b36a1953b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 \