mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-22 07:59:51 -05:00
Update default.html
This commit is contained in:
parent
8273ba6b8b
commit
f4f5771aa7
@ -354,8 +354,8 @@ button {
|
||||
var output_update = document.getElementById("output-update");
|
||||
var checkboxes = document.getElementsByClassName("checkboxes")
|
||||
|
||||
var install_script = "export WHW_PWD=`PWD`; " + `cd ${youpath}; `
|
||||
var update_scirpt = "whw-update(){ export WHW_PWD=`PWD`; echo 'Starting whw-update !'; " + `cd ${youpath}; `
|
||||
var install_script = "export WHW_PWD=$PWD; " + `cd ${youpath}; `
|
||||
var update_scirpt = "whw-update(){ export WHW_PWD=$PWD; echo 'Starting whw-update !'; " + `cd ${youpath}; `
|
||||
|
||||
|
||||
for (const [key, value] of Object.entries(checkboxes)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user