install nginx in main install

This commit is contained in:
qo-op 2020-12-18 02:57:34 +01:00
parent 3da784171a
commit 65344555b3
2 changed files with 4 additions and 3 deletions

View File

@ -96,9 +96,10 @@ echo '++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
install
' | lolcat
sudo apt-get install nginx ssl-cert php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-fpm sqlite -y || err=1
# sudo apt-get install nginx ssl-cert php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-fpm sqlite -y || err=1
# [[ ! $(which nslookup) ]] && sudo apt-get install dnsutils -y
# ALREADY DONE in main install.sh
[[ ! $(which nslookup) ]] && sudo apt-get install dnsutils -y
echo '++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
__ ___ _ ___

View File

@ -4,7 +4,7 @@
echo "AstrXbian installer"
sudo apt-get update
sudo apt-get install git fail2ban inotify-tools curl net-tools libsodium23 libsodium-dev python3-dev python3-pip python3-setuptools python3-wheel mpack libssl-dev libffi-dev build-essential qrencode jq bc gawk -y
sudo apt-get install nginx ssl-cert php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-fpm sqlite -y
sudo apt-get install nginx ssl-cert php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-fpm sqlite dnsutils -y
pip3 install cryptography Ed25519 base58 google protobuf
# git clone astrXbian