updated base-devel installation

This commit is contained in:
JaKooLit
2024-06-10 00:13:52 +09:00
parent 86943a51b3
commit 5add49ac89
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_base.log"
printf "\n%s - Installing base-devel \n" "${NOTE}"
for PKG1 in "${base[@]}"; do
install_package_pacman "$PKG1" | tee -a "$LOG"
sudo pacman -S --noconfirm "$PKG1" | tee -a "$LOG"
done
clear