This commit is contained in:
TrainDoctor
2022-06-06 12:37:59 -07:00
committed by GitHub
parent cadb687cd7
commit c93af19ffa
+2 -2
View File
@@ -107,7 +107,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"
sudo npm install --quiet -g tsc &> '/dev/null' 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 "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" printf "All done!\n"