install nginx

This commit is contained in:
qo-op 2020-12-18 02:55:21 +01:00
parent 44f96deb36
commit 3da784171a
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
{ {
# Check requirements # Check requirements
echo "AstrXbian installer" echo "AstrXbian installer"
sudo apt update sudo apt-get update
sudo apt 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 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
pip3 install cryptography Ed25519 base58 google protobuf pip3 install cryptography Ed25519 base58 google protobuf
# git clone astrXbian # git clone astrXbian