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

14 lines
166 B
Text
Raw Normal View History

2022-07-04 21:36:33 +02:00
#!/bin/sh
2024-02-23 14:16:35 +01:00
st -e sh -c "
sudo xbps-install -Syu
2023-04-12 11:37:10 +02:00
2024-02-23 14:16:35 +01:00
pkill -RTMIN+8 dwmblocks
2024-02-26 10:19:16 +01:00
tput bold
tput setaf 4
2024-02-23 14:16:35 +01:00
echo 'All done!'
2024-02-26 10:19:16 +01:00
tput sgr 0
2024-02-23 14:16:35 +01:00
read -r _
"