mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
11 lines
188 B
Bash
Executable File
11 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "Beginning upgrade.\\n"
|
|
|
|
yay -Syu
|
|
pacman -Qu | wc -l > ~/.pacupgrnum
|
|
pkill -RTMIN+8 i3blocks
|
|
|
|
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
|
|
read -r
|