code cleanup

This commit is contained in:
Fr4nz D13trich 2025-10-09 17:58:12 +02:00
parent 001a8e2399
commit b24c17cb46

View file

@ -29,7 +29,7 @@ else
read -p " --> " install
echo ""
if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then
sudo apt update && sudo apt install --install-suggests -y $pkgs --simulate ## DEV
sudo apt update && sudo apt install --install-suggests -y $pkgs
echo -e "\n${GRN} Dependencies installed. Proceeding...${CRS}\n"
break