Initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
wget https://codeload.github.com/apache/incubator-pagespeed-ngx/tar.gz/latest-beta
|
||||
tar xz latest_beta
|
||||
|
||||
cd ngx_pagespeed
|
||||
curl "$(scripts/format_binary_url.sh PSOL_BINARY_URL)" | tar xz
|
||||
|
||||
Reference in New Issue
Block a user