mirror of https://github.com/tteck/Proxmox.git
Update pyenv.sh
This commit is contained in:
parent
f5595b0709
commit
8b36a1953b
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Install on Proxmox "; exit; fi
|
||||||
set -e
|
set -e
|
||||||
echo "Installing pyenv"
|
echo "Installing pyenv"
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
|
Loading…
Reference in New Issue