1.10.32.2 -> 1.10.32.4

This commit is contained in:
Jeff Kaufman
2016-02-02 13:53:29 -05:00
parent cd8c45fc86
commit 6865525deb
+2 -2
View File
@@ -29,8 +29,8 @@ if [ "$mod_pagespeed_dir" = "unset" ] ; then
echo " You need to separately download the pagespeed library:" echo " You need to separately download the pagespeed library:"
echo "" echo ""
echo " $ cd /path/to/ngx_pagespeed" echo " $ cd /path/to/ngx_pagespeed"
echo " $ wget https://dl.google.com/dl/page-speed/psol/1.10.33.2.tar.gz" echo " $ wget https://dl.google.com/dl/page-speed/psol/1.10.33.4.tar.gz"
echo " $ tar -xzvf 1.10.33.2.tar.gz # expands to psol/" echo " $ tar -xzvf 1.10.33.4.tar.gz # expands to psol/"
echo "" echo ""
echo " Or see the installation instructions:" echo " Or see the installation instructions:"
echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build" echo " https://github.com/pagespeed/ngx_pagespeed#how-to-build"