mirror of https://github.com/tiyn/dotfiles
10 lines
153 B
10 lines
153 B
5 years ago
|
#!/bin/sh
|
||
|
|
||
|
printf "Beginning upgrade.\\n"
|
||
|
|
||
|
yay -Syu
|
||
|
pkill -RTMIN+8 i3blocks
|
||
|
|
||
|
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
|
||
|
read -r
|