diff --git a/lnmpp.sh b/lnmpp.sh index ef54a6e..5cd4e84 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -41,9 +41,9 @@ init() { PGSQL_GROUP=postgres PHPFPM_USER=linux PHPFPM_GROUP=linux - ! test -n "$PHP_VER" && PHP_VER=5.6.29 + ! test -n "$PHP_VER" && PHP_VER=5.6.30 ! test -n "$BFTPD_VER" && BFTPD_VER=4.4 - ! test -n "$NGINX_VER" && NGINX_VER=1.11.8 + ! test -n "$NGINX_VER" && NGINX_VER=1.11.9 ! test -n "$MYSQL_VER" && MYSQL_VER=5.6.35 ! test -n "$PGSQL_VER" && PGSQL_VER=9.6.1 LIBMCRYPT_VER=2.5.8 @@ -228,7 +228,7 @@ bin_sha1() { elif test "$aaaa" = "arm" ; then echo bc7cb6b16b4ee971d87e260f4bedbe275d9d8b7d else - echo http://aite.me/ + echo http://aite.xyz/ fi ;; "centos7") @@ -241,11 +241,11 @@ bin_sha1() { if test "$aaaa" = "x64" ; then echo fe1e901e604b822edd4c2aac239dd24556853378 else - echo http://aite.me/ + echo http://aite.xyz/ fi ;; *) - echo http://aite.me/ + echo http://aite.xyz/ ;; esac } @@ -415,7 +415,7 @@ helloworld() { test $OS = "ubuntu" && vvv=$(echo $OS_VER | awk -F '.' '{print$1}') cat <> /dev/null 2>&1 & echo -n +Extract lnmpp package\ ;wait_pid $! @@ -994,4 +994,4 @@ for((i=1;i<=$#;i++)); do done init $@ exit -aite.me +aite.xyz