Final color coding tweak. If also thunar.sh not able to use preset.sh, then I dont know

This commit is contained in:
JaKooLit
2025-02-03 11:42:43 +09:00
parent d215fbd786
commit c1f67feb18
19 changed files with 29 additions and 28 deletions

View File

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