just a bit tweak of final check script
This commit is contained in:
parent
eb033d3220
commit
44b58b3c65
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue