diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2022-06-06 12:44:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 12:44:54 -0700 |
| commit | 6128cbec6b4c6b1e1835df2b8c412f957c6b1b7a (patch) | |
| tree | 7bd40c7aa21d68afb4ff59109610d02e5a51c7ac /contrib | |
| parent | c93af19ffa5c4945d5b19ab24a64f7e1772f9731 (diff) | |
| download | decky-loader-6128cbec6b4c6b1e1835df2b8c412f957c6b1b7a.tar.gz decky-loader-6128cbec6b4c6b1e1835df2b8c412f957c6b1b7a.zip | |
Typo...
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/deck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/deck.sh b/contrib/deck.sh index e67a05c5..7415c59b 100755 --- a/contrib/deck.sh +++ b/contrib/deck.sh @@ -234,7 +234,7 @@ if ! [[ "$NPMLIVES" -eq 0 ]]; then exit 1 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 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 "Script will exit after this. All done!\n" -ssh deck@$DECKIP -p $SSHPORT $IDENINVOC "printf ${PASSWORD} | sudo -S systemctl disable --now plugin_loader; echo $?"
\ No newline at end of file +ssh deck@$DECKIP -p $SSHPORT $IDENINVOC "printf ${PASSWORD} | sudo -S systemctl disable --now plugin_loader; echo $?" |
