From c1c6fec29c5b5b403ce3a4e9e608b3cf394100d3 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 3 Jul 2024 14:22:01 -0400 Subject: [PATCH] Update msys updater script --- dotfiles/bin/update-msys-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bin/update-msys-shell b/dotfiles/bin/update-msys-shell index 461022e..415d14c 100644 --- a/dotfiles/bin/update-msys-shell +++ b/dotfiles/bin/update-msys-shell @@ -11,7 +11,7 @@ if [[ -d "/c/msys64" ]]; then shell_is_mingw is_mingw if [[ $is_mingw -eq 1 ]]; then printf "${BOLD}${YELLOW}Updating MinGW Shell${NORMAL}\n" - pacman -Syu + pacman --sync --refresh --sysupgrade printf "${BOLD}${GREEN}Done!${NORMAL}\n" printf "\n${BOLD}Re-run this in a new shell if the updater requires the shells to be closed.\n" else