Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-17 01:32:35 +02:00 committed by GitHub
commit 57862aaae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,19 @@
# Made for MyVesta fork.
# Autocompile script borrowed from HestiaCP, special thanks to Raphael Schneeberger
wait_to_press_enter=1
run_apt_update_and_install=1
build_deb_package=1
add_deb_to_apt_repo=0
DEB_NAME='buster'
DEB_VER='10'
VESTA_VER='0.9.8-25'
MAIN_TARGET_DEB_NAME='buster'
run_apt_update_and_install=1
wait_to_press_enter=1
###############
# Set compiling directory
BUILD_DIR="/usr/src/$DEB_NAME"
INSTALL_DIR="/usr/local/vesta"