Skip to content

Instantly share code, notes, and snippets.

@BrandonDyer64
Last active April 6, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrandonDyer64/0a763563c9c6e7dda37667ba31c286d3 to your computer and use it in GitHub Desktop.
Save BrandonDyer64/0a763563c9c6e7dda37667ba31c286d3 to your computer and use it in GitHub Desktop.
#!/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