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

@@ -40,7 +40,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
# Set the name of the log file to include the current date and time
LOG="Install-Logs/00_CHECK-$(date +%d-%H%M%S)_installed.log"
printf "\n%s - Final Check if all ${BLUE}Essential packages${RESET} were installed \n" "${NOTE}"
printf "\n%s - Final Check if all ${SKY_BLUE}Essential packages${RESET} were installed \n" "${NOTE}"
# Initialize an empty array to hold missing packages
missing=()
local_missing=()