voidrice/.local/bin/statusbar/popupgrade

10 lines
161 B
Text
Raw Normal View History

#!/bin/sh
2019-11-23 16:23:24 -05:00
printf "Beginning upgrade.\\n"
yay -Syu
2019-11-24 08:10:31 -05:00
pkill -RTMIN+8 "${STATUSBAR:?}"
2019-11-23 16:23:24 -05:00
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
read -r