mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
66ac7f74d5
commit
ab0ca29e28
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue