+ comments

This commit is contained in:
tuxwarrior
2024-05-06 07:25:05 -05:00
parent bf045a2f93
commit 03e560aefb

View File

@@ -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 "-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"