From 2b96cb7402b189148ec5aff399ff8b553de974a2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 5 Jun 2022 20:02:50 +0200 Subject: [PATCH] Add true after autotrash service --- arch-setup/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 653ca326..539f87fa 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -393,7 +393,8 @@ sudo systemctl enable --now vnstat # NOTE without this directory autotrash.service fails to run mkdir -p "$HOME/.local/share/Trash/info" autotrash -d 5 --install -systemctl --user enable autotrash.timer +# NOTE fix script exiting after this for some reason +systemctl --user enable autotrash.timer || true # enable lockscreen for systemd #sudo systemctl enable betterlockscreen@$USER