Last active
December 31, 2015 01:45
-
-
Save saxenap/8799c2c7211d9cf9815f to your computer and use it in GitHub Desktop.
Installs Google's PageSpeed module (mod_pagespeed)
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/bash | |
# To get: | |
# rm -rf mod_pagespeed-install && wget -O mod_pagespeed-install https://gist.githubusercontent.com/saxenap/8799c2c7211d9cf9815f/raw && chmod 777 mod_pagespeed-install && ./mod_pagespeed-install | |
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm | |
sudo yum install at | |
sudo rpm -U mod-pagespeed-*.rpm | |
sudo service httpd restart | |
echo " Installed: PageSpeed module (mod_pagespeed)." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment