just a bit tweak of final check script

This commit is contained in:
JaKooLit 2024-09-14 01:55:29 +09:00
parent eb033d3220
commit 44b58b3c65
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
## Changelogs
## 14 Sep 2024
- remove the final error checks instead, introduced a final check of essential packages to ran Hyprland
## 08 Sep 2024
- Added final error checks on install-logs

View File

@ -36,7 +36,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
LOG="Install-Logs/00_CHECK-$(date +%d-%H%M%S)_installed.log"
printf "\n%s - Final Check if packages where installed \n" "${NOTE}"
printf "\n%s - Final Check if essential packages where installed \n" "${NOTE}"
# Initialize an empty array to hold missing packages
missing=()