Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- apt-get install apache2
- apt-get install libapache2-mod-php
- apt-get install php
- apt-get install php libapache2-mod-php php-mcrypt php-mysql php-cgi php-curl php-json
- a2query -m php7
- service apache2 reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement