quite possibly ready for testing?

This commit is contained in:
JaKooLit
2025-02-05 08:45:49 +09:00
parent e320af02c8
commit e35d66658c
4 changed files with 5 additions and 8 deletions

View File

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