Last active
April 6, 2018 20:18
-
-
Save BrandonDyer64/0a763563c9c6e7dda37667ba31c286d3 to your computer and use it in GitHub Desktop.
sudo curl https://gist.githubusercontent.com/BrandonDyer64/0a763563c9c6e7dda37667ba31c286d3/raw/build_install | sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Installing" | |
wget -q -O build https://gist.githubusercontent.com/BrandonDyer64/f08efbfd4770204d255c03a1e6129a44/raw/build | |
echo "Setting perms" | |
sudo chmod -x build | |
sudo chmod 775 build | |
sudo chown apache.webadm build | |
echo "Finished Installation" | |
sudo ./build --update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment