Fixes in install

This commit is contained in:
absurdo 2024-03-10 00:35:29 +01:00
parent 1a20fdd944
commit 43f69c6c2d
6 changed files with 76 additions and 26 deletions

View file

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