1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-19 16:22:53 +01:00
parent b8105f5ae3
commit 55721f1701
2 changed files with 3 additions and 2 deletions

View file

@ -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 _

View file

@ -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