updated since many conflicts

This commit is contained in:
JaKooLit
2025-02-07 21:35:56 +09:00
parent 6a67a21a33
commit 39e515f9b0
31 changed files with 663 additions and 594 deletions

View File

@@ -14,10 +14,10 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_base.log"
# Installation of main components
printf "\n%s - Installing base-devel \n" "${NOTE}"
printf "\n%s - Installing ${SKY_BLUE}base-devel${RESET} \n" "${NOTE}"
for PKG1 in "${base[@]}"; do
sudo pacman -S --noconfirm "$PKG1" | tee -a "$LOG"
install_package_pacman "$PKG1" "$LOG"
done
clear
printf "\n%.0s" {1..2}