updated Final-Check.sh

This commit is contained in:
JaKooLit 2024-09-14 01:28:27 +09:00
parent bbc3094e3d
commit ba7dcc8523

View File

@ -50,7 +50,7 @@ done
# Check if the missing array is empty or not
if [ ${#missing[@]} -eq 0 ]; then
echo "${OK} All packages are installed." | tee -a "$LOG"
echo "${OK} All essential packages are installed." | tee -a "$LOG"
else
# Message to user on missing packages
echo "${WARN} The following packages are missing and will be logged:"