im always surprised I missed something :)

This commit is contained in:
JaKooLit 2025-02-05 00:19:21 +09:00
parent 80a1bf59b3
commit 6b3b868037
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_themes.log"
# installing engine needed for gtk themes # installing engine needed for gtk themes
for PKG1 in "${engine[@]}"; do for PKG1 in "${engine[@]}"; do
install_package "$PKG1" "$LOG" install_package "$PKG1" "$LOG"
fi
done done
# Check if the directory exists and delete it if present # Check if the directory exists and delete it if present

View File

@ -46,4 +46,4 @@ else
exit 1 exit 1
fi fi
clear printf "\n%.0s" {1..2}