From 3a39c88144aca9a38103d176b891ca486609db89 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 7 Apr 2022 01:17:22 +0200 Subject: Prevent errors from being printed on first install --- dist/install_nightly.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dist/install_nightly.sh') diff --git a/dist/install_nightly.sh b/dist/install_nightly.sh index 26384e03..a03a26cb 100644 --- a/dist/install_nightly.sh +++ b/dist/install_nightly.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "Installing Steam Deck Plugin Loader nightly..." + HOMEBREW_FOLDER=/home/deck/homebrew # Create folder structure @@ -16,8 +18,8 @@ cp /tmp/plugin_loader/PluginLoader ${HOMEBREW_FOLDER}/services/PluginLoader rm -rf /tmp/plugin_loader chmod +x ${HOMEBREW_FOLDER}/services/PluginLoader -systemctl --user stop plugin_loader -systemctl --user disable plugin_loader +systemctl --user stop plugin_loader 2> /dev/null +systemctl --user disable plugin_loader 2> /dev/null rm -f /home/deck/.config/systemd/user/plugin_loader.service cat > /home/deck/.config/systemd/user/plugin_loader.service <<- EOM [Unit] -- cgit v1.2.3