Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-17 18:58:54 +02:00 committed by GitHub
commit b2934fd617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,6 @@ TARGET_DEB_NAME='buster'
TARGET_DEB_VER='10'
VESTA_VER='0.9.8-25'
TARGET_DEB_NAME_MAIN='buster'
TARGET_DEB_VER_MAIN='10'
run_apt_update_and_install=1
wait_to_press_enter=1
@ -30,6 +27,9 @@ fi
MAINTAINER_EMAIL='predrag@hostingpanel.dev'
TARGET_DEB_NAME_MAIN='buster'
TARGET_DEB_VER_MAIN='10'
# Set compiling directory
BUILD_DIR="/usr/src/$TARGET_DEB_NAME"
BUILD_DIR_MAIN="/usr/src/$TARGET_DEB_NAME_MAIN"