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

12 lines
203 B
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
#!/bin/sh
BOLD='\033[1m'
BLUE='\033[34m'
2023-04-12 11:37:10 +02:00
2024-01-19 16:22:53 +01:00
sudo xbps-install -Syu
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
2023-04-12 11:37:10 +02:00
2024-01-17 12:37:27 +01:00
printf "%b" "${BOLD}${BLUE}Upgrade complete.\nPress <Enter> to exit window.\n"
read -r _
2023-02-20 12:23:39 +01:00
exit