1
0

fix: adjust package selection for non-interactive installations to only include base group

This commit is contained in:
2025-08-05 00:05:05 -05:00
parent e5202c601f
commit 3ba83b8dd1

View File

@@ -123,7 +123,8 @@ install_package_lists() {
done
fi
else
selected_groups=("${package_files[@]}")
# Non-interactive: install only the base group
selected_groups=("base.txt")
fi
# Loop through selected package lists