From 57862aaae698ae6436bf7c3193596a70ee221019 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 17 Aug 2019 01:32:35 +0200 Subject: [PATCH] Update vesta_compile.sh --- src/deb/vesta_compile.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 55a5f00c..6ff63aee 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -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"