summaryrefslogtreecommitdiff
path: root/dist/install_release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist/install_release.sh')
-rw-r--r--dist/install_release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/install_release.sh b/dist/install_release.sh
index 114712f6..340b97c1 100644
--- a/dist/install_release.sh
+++ b/dist/install_release.sh
@@ -15,6 +15,9 @@ mkdir -p ${HOMEBREW_FOLDER}/plugins
curl -L https://github.com/SteamDeckHomebrew/PluginLoader/releases/latest/download/PluginLoader --output ${HOMEBREW_FOLDER}/services/PluginLoader
chmod +x ${HOMEBREW_FOLDER}/services/PluginLoader
+systemctl --user stop plugin_loader 2> /dev/null
+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