Add true after autotrash service
This commit is contained in:
parent
bf8f7e7d87
commit
2b96cb7402
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user