1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 01:57:44 +01:00
2019-09-07 17:42:18 +02:00

10 lines
153 B
Bash
Executable File

#!/bin/sh
printf "Beginning upgrade.\\n"
yay -Syu
pkill -RTMIN+8 i3blocks
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
read -r