aPt-GeT uPdAtE
This commit is contained in:
parent
1791906d06
commit
eb7c297791
1
app.js
1
app.js
@ -39,6 +39,7 @@ function buildCmd() {
|
||||
"then echo \"Please run as root (or with sudo)\"\n" +
|
||||
" exit\n" +
|
||||
"fi\n\n" +
|
||||
"apt-get update\n" +
|
||||
"apt-get install -y build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev wget git\n" +
|
||||
"wget " + document.getElementById("link").value + "\n" +
|
||||
"tar -xzvf " + extractNginxVersion(nginxStr) + "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user