nginx.sh updated
This commit is contained in:
parent
c858817945
commit
120f6d05bf
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ else
|
||||||
if [[ "$install" = "y" || "$install" = "Y" ]]; then
|
if [[ "$install" = "y" || "$install" = "Y" ]]; then
|
||||||
sudo apt update && sudo apt install -y $bin
|
sudo apt update && sudo apt install -y $bin
|
||||||
echo -e "\n$bin installed. Proceeding...\n"
|
echo -e "\n$bin installed. Proceeding...\n"
|
||||||
|
break
|
||||||
|
|
||||||
elif [[ "$install" == "n" || "$install" = "N" ]]; then
|
elif [[ "$install" == "n" || "$install" = "N" ]]; then
|
||||||
echo -e "Dependencies not installed... Exiting"
|
echo -e "Dependencies not installed... Exiting"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue