13 lines
166 B
Bash
Executable file
13 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
st -e sh -c "
|
|
sudo xbps-install -Syu
|
|
|
|
pkill -RTMIN+8 dwmblocks
|
|
|
|
tput bold
|
|
tput setaf 4
|
|
echo 'All done!'
|
|
tput sgr 0
|
|
read -r _
|
|
"
|