Improve code logic for password & resolution
This commit is contained in:
@@ -61,14 +61,7 @@
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": "echo password | sudo -S pip install pysrt",
|
||||
"shell": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": "echo osworld-public-evaluation | sudo -S pip install pysrt",
|
||||
"command": "echo {CLIENT_PASSWORD} | sudo -S pip install pysrt",
|
||||
"shell": "true"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user