mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:21:59 +00:00
Typo...
This commit is contained in:
+2
-2
@@ -234,7 +234,7 @@ if ! [[ "$NPMLIVES" -eq 0 ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ "$UID" -eq 0 ] || printf "Input password to install typscript compilier.\n"
|
[ "$UID" -eq 0 ] || printf "Input password to install typscript compiler.\n"
|
||||||
|
|
||||||
## TODO: add a way of verifying if tsc is installed and to skip this step if it is
|
## TODO: add a way of verifying if tsc is installed and to skip this step if it is
|
||||||
sudo npm install --quiet -g tsc &> '/dev/null'
|
sudo npm install --quiet -g tsc &> '/dev/null'
|
||||||
@@ -279,4 +279,4 @@ printf "Run in console or in a script this command to run your development versi
|
|||||||
printf "Connecting via ssh to disable any PluginLoader release versions.\n"
|
printf "Connecting via ssh to disable any PluginLoader release versions.\n"
|
||||||
printf "Script will exit after this. All done!\n"
|
printf "Script will exit after this. All done!\n"
|
||||||
|
|
||||||
ssh deck@$DECKIP -p $SSHPORT $IDENINVOC "printf ${PASSWORD} | sudo -S systemctl disable --now plugin_loader; echo $?"
|
ssh deck@$DECKIP -p $SSHPORT $IDENINVOC "printf ${PASSWORD} | sudo -S systemctl disable --now plugin_loader; echo $?"
|
||||||
|
|||||||
Reference in New Issue
Block a user