nginx.sh updated

This commit is contained in:
Fr4nz D13trich 2025-10-08 09:22:00 +02:00
parent c858817945
commit 120f6d05bf

View file

@ -25,6 +25,7 @@ else
if [[ "$install" = "y" || "$install" = "Y" ]]; then
sudo apt update && sudo apt install -y $bin
echo -e "\n$bin installed. Proceeding...\n"
break
elif [[ "$install" == "n" || "$install" = "N" ]]; then
echo -e "Dependencies not installed... Exiting"