mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Make sure old user plugin loader is being removed
This commit is contained in:
Vendored
+3
@@ -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
|
curl -L https://github.com/SteamDeckHomebrew/PluginLoader/releases/latest/download/PluginLoader --output ${HOMEBREW_FOLDER}/services/PluginLoader
|
||||||
chmod +x ${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 stop plugin_loader 2> /dev/null
|
||||||
systemctl disable plugin_loader 2> /dev/null
|
systemctl disable plugin_loader 2> /dev/null
|
||||||
rm -f /etc/systemd/system/plugin_loader.service
|
rm -f /etc/systemd/system/plugin_loader.service
|
||||||
|
|||||||
Reference in New Issue
Block a user