From 65344555b38f84cbd834f3edc2481d7184247a50 Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 18 Dec 2020 02:57:34 +0100 Subject: [PATCH] install nginx in main install --- .install/mpd_rompr.sh | 5 +++-- install.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.install/mpd_rompr.sh b/.install/mpd_rompr.sh index 8e7fb2df9..913c2b35c 100755 --- a/.install/mpd_rompr.sh +++ b/.install/mpd_rompr.sh @@ -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 '++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ __ ___ _ ___ diff --git a/install.sh b/install.sh index 32b75c6e1..9761ffe14 100755 --- a/install.sh +++ b/install.sh @@ -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