1
0
Fork 0

fix upgrades script

This commit is contained in:
Luca Bilke 2023-06-14 19:08:02 +02:00
parent 187dfd946f
commit 8be93cbf7c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ command -v apt 1>/dev/null 2>&1 && sudo apt upgrade
command -v xbps-install 1>/dev/null 2>&1 && sudo xbps-install -Syu && pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
printf "%b" "$BOLD${BLUE}Updating arkenfox...$NC\n"
"$DOTFILES_DIR/.local/share/firefox/updater.sh" -sb
"$DOTS_DIR/.local/share/firefox/updater.sh" -b
printf "%b" "$BOLD${BLUE}Upgrade complete.\nPress <Enter> to exit window.\n"
read -r _