mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
0c503c7e32
commit
b2934fd617
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,6 @@ TARGET_DEB_NAME='buster'
|
||||||
TARGET_DEB_VER='10'
|
TARGET_DEB_VER='10'
|
||||||
VESTA_VER='0.9.8-25'
|
VESTA_VER='0.9.8-25'
|
||||||
|
|
||||||
TARGET_DEB_NAME_MAIN='buster'
|
|
||||||
TARGET_DEB_VER_MAIN='10'
|
|
||||||
|
|
||||||
run_apt_update_and_install=1
|
run_apt_update_and_install=1
|
||||||
wait_to_press_enter=1
|
wait_to_press_enter=1
|
||||||
|
|
||||||
|
@ -30,6 +27,9 @@ fi
|
||||||
|
|
||||||
MAINTAINER_EMAIL='predrag@hostingpanel.dev'
|
MAINTAINER_EMAIL='predrag@hostingpanel.dev'
|
||||||
|
|
||||||
|
TARGET_DEB_NAME_MAIN='buster'
|
||||||
|
TARGET_DEB_VER_MAIN='10'
|
||||||
|
|
||||||
# Set compiling directory
|
# Set compiling directory
|
||||||
BUILD_DIR="/usr/src/$TARGET_DEB_NAME"
|
BUILD_DIR="/usr/src/$TARGET_DEB_NAME"
|
||||||
BUILD_DIR_MAIN="/usr/src/$TARGET_DEB_NAME_MAIN"
|
BUILD_DIR_MAIN="/usr/src/$TARGET_DEB_NAME_MAIN"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue