Update 'installer.sh'
This commit is contained in:
26
installer.sh
26
installer.sh
@@ -142,32 +142,6 @@ while true; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $webserv = n ]; then
|
|
||||||
while true; do
|
|
||||||
read -p "Brotli Precompression > yes/no?" yn
|
|
||||||
case $yn in
|
|
||||||
[Yy]* ) brotlinginx=1
|
|
||||||
break;;
|
|
||||||
[Nn]* ) brotlinginx=0
|
|
||||||
break;;
|
|
||||||
* ) echo "Kies yes of no.";;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
while true; do
|
|
||||||
read -p "Nextcloud Setup? > yes/no?" yn
|
|
||||||
case $yn in
|
|
||||||
[Yy]* ) nextcloud=1
|
|
||||||
break;;
|
|
||||||
[Nn]* ) nextcloud=0
|
|
||||||
break;;
|
|
||||||
* ) echo "Kies yes of no.";;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
else
|
|
||||||
brotlinginx=0
|
|
||||||
nextcloud=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Installeer Memcached -> yes/no?" yn
|
read -p "Installeer Memcached -> yes/no?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|||||||
Reference in New Issue
Block a user