FIx in install_python.sh

This commit is contained in:
absurdo 2023-07-28 14:18:24 +02:00
parent 0e0131334a
commit bbc5f84ceb

View file

@ -12,8 +12,8 @@ DISTRO=`( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head
if [[ $DISTRO =~ ^Debian ]] || [[ $DISTRO =~ ^Ubuntu ]]; then if [[ $DISTRO =~ ^Debian ]] || [[ $DISTRO =~ ^Ubuntu ]]; then
sudo apt-get update apt-get update
apt install sudo apt-get install sudo
sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0 sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0
elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then