Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-12 00:37:59 +02:00 committed by GitHub
commit f3988e5ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ VESTA_VER='0.9.8-25'
# Set compiling directory # Set compiling directory
BUILD_DIR="/usr/src/$DEB_NAME" BUILD_DIR="/usr/src/$DEB_NAME"
INSTALL_DIR="/usr/local/vesta/$DEB_NAME" INSTALL_DIR="/usr/local/vesta"
# Set git repository raw path # Set git repository raw path
GIT_SRC='https://raw.githubusercontent.com/myvesta/vesta/master/src' GIT_SRC='https://raw.githubusercontent.com/myvesta/vesta/master/src'