From 1769ff5a7c5be72d35c7d1d1e1d028e08ef2239e Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 4 Aug 2022 15:33:40 +0800 Subject: [PATCH] Update install orbit env script. --- install_orbit_environment.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install_orbit_environment.sh b/install_orbit_environment.sh index d7f3ca6..1961f8e 100644 --- a/install_orbit_environment.sh +++ b/install_orbit_environment.sh @@ -10,8 +10,9 @@ echo "postfix postfix/mailname string $USER" | sudo debconf-set-selections echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-selections sudo apt-get install -y postfix sudo service postfix start -#install nginx 1.18 -sudo apt install nginx -y +#install nginx 1.23.1 +wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_nginx.sh -O install_nginx.sh +bash install_nginx.sh sudo nginx -t nginx_status="$(echo $?)" if [ $nginx_status != 0 ]; then