mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update install.sh
This commit is contained in:
parent
7c7e3a22bc
commit
8cad7b21e0
@ -1569,6 +1569,10 @@ EOF
|
|||||||
|
|
||||||
if [ "$OS" == "ubuntu" ]; then
|
if [ "$OS" == "ubuntu" ]; then
|
||||||
debug_log add-apt-repository -y ppa:deadsnakes/ppa
|
debug_log add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
|
debug_log $PACKAGE_MANAGER update -y
|
||||||
|
debug_log $PACKAGE_MANAGER install -y python3.12 python3.12-venv
|
||||||
|
|
||||||
|
|
||||||
elif [ "$OS" == "debian" ]; then
|
elif [ "$OS" == "debian" ]; then
|
||||||
echo "adding backports repository."
|
echo "adding backports repository."
|
||||||
wget -qO- https://pascalroeleven.nl/deb-pascalroeleven.gpg | sudo tee /etc/apt/keyrings/deb-pascalroeleven.gpg &> /dev/null
|
wget -qO- https://pascalroeleven.nl/deb-pascalroeleven.gpg | sudo tee /etc/apt/keyrings/deb-pascalroeleven.gpg &> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user