Update chrome examples

This commit is contained in:
Timothyxxx
2024-02-19 19:38:07 +08:00
parent c35bcc476b
commit 349f67bb36
3 changed files with 20 additions and 20 deletions

View File

@@ -18,7 +18,7 @@
{
"type": "execute",
"parameters": {
"command": "echo lixiaochuan20 | sudo -S apt-get update -y && echo lixiaochuan20 | sudo -S apt-get install unzip -y && unzip /home/user/Desktop/helloExtension.zip -d /home/user/Desktop/ && rm /home/user/Desktop/helloExtension.zip",
"command": "echo password | sudo -S apt-get update -y && echo password | sudo -S apt-get install unzip -y && unzip /home/user/Desktop/helloExtension.zip -d /home/user/Desktop/ && rm /home/user/Desktop/helloExtension.zip",
"shell": true
}
},