From 5996a3f88be51e5ac59256b2d078fa6172639fb4 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 29 Oct 2022 12:43:38 -0700 Subject: Remove unused nightly and tweak prerelease --- dist/install_prerelease.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/install_prerelease.sh') 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] -- cgit v1.2.3