Update vesta_compile.sh

This commit is contained in:
myvesta 2020-05-07 21:34:37 +02:00 committed by GitHub
commit ab0ca29e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@ add_deb_to_apt_repo=0
TARGET_DEB_NAME='buster'
TARGET_DEB_VER='10'
VESTA_VER='0.9.8-26-11'
run_apt_update_and_install=1
wait_to_press_enter=1
@ -51,6 +50,9 @@ APT_WEB_ADDRESS="apt.myvestacp.com"
PATH_OF_APT_REPO_ROOT="/var/www/$APT_WEB_ADDRESS/html"
PATH_OF_APT_REPO="$PATH_OF_APT_REPO_ROOT/$TARGET_DEB_NAME"
VESTA_VER=$(curl -s https://raw.githubusercontent.com/myvesta/vesta/master/src/deb/latest.txt)
VESTA_VER=${VESTA_VER:6}
# Set Version for compiling
VESTA_V=$VESTA_VER"_amd64"
NGINX_V='1.17.7'