diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2022-06-06 12:37:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 12:37:59 -0700 |
| commit | c93af19ffa5c4945d5b19ab24a64f7e1772f9731 (patch) | |
| tree | 7704f45d52b237d296a20583bd20f147eda332d8 /contrib | |
| parent | cadb687cd75eaedef188a08673111637bcd304fa (diff) | |
| download | decky-loader-c93af19ffa5c4945d5b19ab24a64f7e1772f9731.tar.gz decky-loader-c93af19ffa5c4945d5b19ab24a64f7e1772f9731.zip | |
Typo...
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/pc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pc.sh b/contrib/pc.sh index 1c4b3ede..67e0dde6 100755 --- a/contrib/pc.sh +++ b/contrib/pc.sh @@ -107,7 +107,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" sudo npm install --quiet -g tsc &> '/dev/null' @@ -123,4 +123,4 @@ printf "Plugin Loader is located at '${CLONEDIR}/pluginloader/'.\n" printf "Run in console or in a script these commands to run your development version:\n'export PLUGIN_PATH=${CLONEDIR}/plugins; export CHOWN_PLUGIN_PATH=0; sudo python3 ${CLONEDIR}/pluginloader/backend/main.py'\n" -printf "All done!\n"
\ No newline at end of file +printf "All done!\n" |
