diff options
Diffstat (limited to 'dist/install_prerelease.sh')
| -rw-r--r-- | dist/install_prerelease.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/install_prerelease.sh b/dist/install_prerelease.sh index d38f0d5b..950c25aa 100644 --- a/dist/install_prerelease.sh +++ b/dist/install_prerelease.sh @@ -34,16 +34,14 @@ curl -L https://raw.githubusercontent.com/SteamDeckHomebrew/decky-loader/main/di cat > "${HOMEBREW_FOLDER}/services/plugin_loader-backup.service" <<- EOM [Unit] Description=SteamDeck Plugin Loader -After=network-online.target -Wants=network-online.target [Service] Type=simple User=root Restart=always ExecStart=${HOMEBREW_FOLDER}/services/PluginLoader WorkingDirectory=${HOMEBREW_FOLDER}/services -KillSignal=SIGKILL -Environment=PLUGIN_PATH=${HOMEBREW_FOLDER}/plugins +Environment=UNPRIVILEGED_PATH=${HOMEBREW_FOLDER} +Environment=PRIVILEGED_PATH=${HOMEBREW_FOLDER} Environment=LOG_LEVEL=DEBUG [Install] WantedBy=multi-user.target |
