Added support for php, composer, and php utilities
This commit is contained in:
parent
def162c1c9
commit
929a13eb88
5 changed files with 91 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue