From a69543ab82f284f561f923815112ab3a4eaab1f8 Mon Sep 17 00:00:00 2001 From: SandupaTech <93241017+SandupaTech@users.noreply.github.com> Date: Tue, 30 Nov 2021 17:20:48 +0530 Subject: [PATCH] Change pacman -Syu to -Syy --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 6717006..0e87e39 100755 --- a/install-release.sh +++ b/install-release.sh @@ -210,7 +210,7 @@ identify_the_operating_system_and_architecture() { PACKAGE_MANAGEMENT_REMOVE='zypper remove' package_provide_tput='ncurses-utils' elif [[ "$(type -P pacman)" ]]; then - PACKAGE_MANAGEMENT_INSTALL='pacman -Syu --noconfirm' + PACKAGE_MANAGEMENT_INSTALL='pacman -Syy --noconfirm' PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn' package_provide_tput='ncurses' elif [[ "$(type -P emerge)" ]]; then