Explorar el Código

Change pacman -Syu to -Syy

SandupaTech hace 4 años
padre
commit
a69543ab82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install-release.sh

+ 1 - 1
install-release.sh

@@ -210,7 +210,7 @@ identify_the_operating_system_and_architecture() {
     PACKAGE_MANAGEMENT_REMOVE='zypper remove'
     PACKAGE_MANAGEMENT_REMOVE='zypper remove'
     package_provide_tput='ncurses-utils'
     package_provide_tput='ncurses-utils'
   elif [[ "$(type -P pacman)" ]]; then
   elif [[ "$(type -P pacman)" ]]; then
-    PACKAGE_MANAGEMENT_INSTALL='pacman -Syu --noconfirm'
+    PACKAGE_MANAGEMENT_INSTALL='pacman -Syy --noconfirm'
     PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'
     PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'
     package_provide_tput='ncurses'
     package_provide_tput='ncurses'
     elif [[ "$(type -P emerge)" ]]; then
     elif [[ "$(type -P emerge)" ]]; then