Added php

This commit is contained in:
Ryan Bakkes 2021-09-24 19:48:34 +02:00
parent ac04040959
commit 5831098a67
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Simple Bash application installer.
* Node
* NordVPN
* OBS
* PHP
* Python (TO-DO)
* Yarn
* Open-jdk

2
src/applications/php.sh Normal file
View File

@ -0,0 +1,2 @@
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install php -y