add useful and used scripts
This commit is contained in:
10
.local/bin/statusbar/sb-popupgrade
Executable file
10
.local/bin/statusbar/sb-popupgrade
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
printf "Beginning upgrade.\\n"
|
||||
|
||||
yay -Syu
|
||||
|
||||
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
|
||||
read -r _
|
||||
|
||||
i3 restart
|
||||
Reference in New Issue
Block a user