From 9525976fe2aaf456fad6481a109e6e4b972ab1a2 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 28 Dec 2024 18:27:29 +0100 Subject: [PATCH] For now no pacman upgrade in ISO --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 7b2ed8a..0fb63e9 100644 --- a/setup.sh +++ b/setup.sh @@ -436,6 +436,7 @@ function update_pacman_db () { # sleep 5 # done # pacman -Syyuu --needed --noconfirm + pacman -Syy } function install_pkgs () {