voidrice/.local/bin/statusbar/popupgrade

10 lines
161 B
Text
Raw Normal View History

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