some tweaking on install-scripts except the compiling part. It will not show progress for much cleaner work.

This commit is contained in:
JaKooLit
2025-02-02 22:54:58 +09:00
parent dac6c373c9
commit 6abc879468
25 changed files with 244 additions and 249 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 ${BLUE}base-devel${RESET} \n" "${NOTE}"
for PKG1 in "${base[@]}"; do
sudo pacman -S --noconfirm "$PKG1" | tee -a "$LOG"
install_package_pacman "$PKG1" | tee -a "$LOG"
done
clear
printf "\n%.0s" {1..2}