mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-01 15:52:25 -05:00
Merge f3f56aae04 into 8262602460
This commit is contained in:
commit
a12bc15715
1 changed files with 4 additions and 3 deletions
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
|
|
@ -132,11 +132,12 @@
|
|||
//Used chmod plugins folder to allow copy-over of files
|
||||
{
|
||||
"label": "chmodplugins",
|
||||
"detail": "chmods plugins folder to prevent perms issues",
|
||||
"detail": "chmods plugins folder to prevent permission issues",
|
||||
"type": "shell",
|
||||
"group": "none",
|
||||
"command": "ssh ${config:deckuser}@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '${config:deckpass}' | sudo -S chmod -R ug+rw ${config:deckdir}/homebrew/plugins/'",
|
||||
"command": "ssh -i ${config:deckkey} ${config:deckuser}@${config:deckip} -p ${config:deckport} 'echo \"${config:deckpass}\" | sudo -S chmod -R ug+rw /home/deck/homebrew/plugins/'",
|
||||
"problemMatcher": []
|
||||
},
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue