Changing Location

This commit is contained in:
MangoPig
2025-12-05 19:49:08 +00:00
parent 28027b31ab
commit 3ba98e21ad
2 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ for pkg in "${PACKAGES[@]}"; do
done
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
FINAL_LIST="$FINAL_LIST eza"
FINAL_LIST="$FINAL_LIST"
fi
if [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then