From 03e560aefb664e5a11a6da558b50027dc3183866 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 07:25:05 -0500 Subject: [PATCH] + comments --- scripts/99_software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 215ab96..5fe662d 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -38,8 +38,8 @@ param_check() { # ----- # always update the system # ----- -pacman -Rns $(pacman -Qtdq) -pacman -Syu +pacman -Rns $(pacman -Qtdq) # remove packages that are not needed +pacman -Syu # update install packages echo "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"