mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Update pyenv2.sh
This commit is contained in:
parent
8b36a1953b
commit
e1355dc305
@ -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 Python 3.10.8"
|
echo "Installing Python 3.10.8"
|
||||||
pyenv install 3.10.8 &>/dev/null
|
pyenv install 3.10.8 &>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user