mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:22:00 +00:00
Actually preserve enviorment variables properly
This commit is contained in:
+1
-1
@@ -121,6 +121,6 @@ npmtransbundle ${CLONEDIR}/plugintemplate "template"
|
|||||||
|
|
||||||
printf "Plugin Loader is located at '${CLONEDIR}/pluginloader/'.\n"
|
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 -E python3 ${CLONEDIR}/pluginloader/backend/main.py'\n"
|
||||||
|
|
||||||
printf "All done!\n"
|
printf "All done!\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user