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

14 lines
166 B
Bash
Executable File

#!/bin/sh
st -e sh -c "
sudo xbps-install -Syu
pkill -RTMIN+8 dwmblocks
tput bold
tput setaf 4
echo 'All done!'
tput sgr 0
read -r _
"