diff --git a/scripts/system/install_python.sh b/scripts/system/install_python.sh index d080e7c..18184f1 100644 --- a/scripts/system/install_python.sh +++ b/scripts/system/install_python.sh @@ -12,8 +12,8 @@ DISTRO=`( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head if [[ $DISTRO =~ ^Debian ]] || [[ $DISTRO =~ ^Ubuntu ]]; then - sudo apt-get update - apt install sudo + apt-get update + apt-get install sudo sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0 elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then