diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-29 12:43:38 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-10-29 12:43:38 -0700 |
| commit | 5996a3f88be51e5ac59256b2d078fa6172639fb4 (patch) | |
| tree | 1cce417893d650f42a4a7e8378af16d74f57258a /dist/install_prerelease.sh | |
| parent | 1b635c74b1f18c4f44c0cc8b2a308c67bffed14a (diff) | |
| download | decky-loader-5996a3f88be51e5ac59256b2d078fa6172639fb4.tar.gz decky-loader-5996a3f88be51e5ac59256b2d078fa6172639fb4.zip | |
Remove unused nightly and tweak prerelease
Diffstat (limited to 'dist/install_prerelease.sh')
| -rw-r--r-- | dist/install_prerelease.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/install_prerelease.sh b/dist/install_prerelease.sh index f4916572..cdab980a 100644 --- a/dist/install_prerelease.sh +++ b/dist/install_prerelease.sh @@ -26,8 +26,8 @@ systemctl --user disable plugin_loader 2> /dev/null systemctl stop plugin_loader 2> /dev/null systemctl disable plugin_loader 2> /dev/null -rm -f /etc/systemd/system/plugin_loader.service -cat > /etc/systemd/system/plugin_loader.service <<- EOM +rm -f "/etc/systemd/system/plugin_loader.service" +cat > "/etc/systemd/system/plugin_loader.service" <<- EOM [Unit] Description=SteamDeck Plugin Loader [Service] |
