Update install.sh

This commit is contained in:
Stefan Pejcic 2025-02-10 22:48:23 +01:00 committed by GitHub
parent 7c7e3a22bc
commit 8cad7b21e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1569,6 +1569,10 @@ EOF
if [ "$OS" == "ubuntu" ]; then
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
echo "adding backports repository."
wget -qO- https://pascalroeleven.nl/deb-pascalroeleven.gpg | sudo tee /etc/apt/keyrings/deb-pascalroeleven.gpg &> /dev/null