1
0
Fork 0
dotfiles/.local/bin/upgrades

6 lines
211 B
Text
Raw Normal View History

2022-07-04 21:36:33 +02:00
#!/bin/sh
2024-02-21 14:44:15 +01:00
sudo xbps-install -Syu 1>/tmp/xbps_updates 2>/tmp/xbps_errors || notify-send -u critical "Error downloading updates." "$(cut -d " " -f 1,5 /tmp/xbps_errors)"
2023-04-12 11:37:10 +02:00
2024-01-19 16:22:53 +01:00
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"