/raw/raw
This commit is contained in:
parent
6cf4c75e36
commit
41c644c6eb
2
app.js
2
app.js
@ -27,7 +27,7 @@ function generateQuickCmd() {
|
||||
body: reqData,
|
||||
mode: "cors"
|
||||
}).then(res => res.json().then(json => {
|
||||
document.getElementById("script").innerText = "curl -s " + json.url + "/raw | bash";
|
||||
document.getElementById("script").innerText = "curl -s " + json.url + " | bash";
|
||||
}));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user