Added support for php, composer, and php utilities

This commit is contained in:
absurdo 2023-11-26 00:58:51 +01:00
parent def162c1c9
commit 929a13eb88
5 changed files with 91 additions and 5 deletions

View file

@ -14,7 +14,7 @@ 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
sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0 python3-distro
elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then