mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-04 08:12:26 -06: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
|
//Used chmod plugins folder to allow copy-over of files
|
||||||
{
|
{
|
||||||
"label": "chmodplugins",
|
"label": "chmodplugins",
|
||||||
"detail": "chmods plugins folder to prevent perms issues",
|
"detail": "chmods plugins folder to prevent permission issues",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"group": "none",
|
"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": []
|
"problemMatcher": []
|
||||||
},
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue