From ba7dcc852374b39cb72acf22fac44cf308f74cd7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 14 Sep 2024 01:28:27 +0900 Subject: [PATCH] updated Final-Check.sh --- install-scripts/01-Final-Check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/01-Final-Check.sh b/install-scripts/01-Final-Check.sh index 56ea165..798cbd2 100755 --- a/install-scripts/01-Final-Check.sh +++ b/install-scripts/01-Final-Check.sh @@ -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:"