nginx.sh updated

This commit is contained in:
Fr4nz D13trich 2025-10-08 12:41:43 +02:00
parent 274bd3549c
commit 1ad74220d5
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ else
echo -e "${YEL}$bin is not installed.${CRS}\n"
while true; do
read -p "${YEL}Do you wish to install $bin via APT? (Y/n) : " install
read -p "Do you wish to install $bin via APT? (Y/n) : " install
if [[ "$install" = "" || "$install" = "y" || "$install" = "Y" ]]; then
touch /tmp/lomesInstallLog.txt