cleanup
This commit is contained in:
parent
b8105f5ae3
commit
55721f1701
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
||||||
BOLD='\033[1m'
|
BOLD='\033[1m'
|
||||||
BLUE='\033[34m'
|
BLUE='\033[34m'
|
||||||
|
|
||||||
sudo xbps-install -Syu && pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
sudo xbps-install -Syu
|
||||||
|
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
||||||
|
|
||||||
printf "%b" "${BOLD}${BLUE}Upgrade complete.\nPress <Enter> to exit window.\n"
|
printf "%b" "${BOLD}${BLUE}Upgrade complete.\nPress <Enter> to exit window.\n"
|
||||||
read -r _
|
read -r _
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log"
|
exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log" >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue