mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
892c2565fb
commit
893da18c7c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ PATH_OF_APT_REPO="$PATH_OF_APT_REPO_ROOT/$TARGET_DEB_NAME"
|
||||||
VESTA_VER=$(curl -s https://raw.githubusercontent.com/myvesta/vesta/master/src/deb/latest.txt)
|
VESTA_VER=$(curl -s https://raw.githubusercontent.com/myvesta/vesta/master/src/deb/latest.txt)
|
||||||
VESTA_VER=${VESTA_VER:6}
|
VESTA_VER=${VESTA_VER:6}
|
||||||
|
|
||||||
BUILD_DATE=$(date +"%m-%b-%Y")
|
BUILD_DATE=$(date +"%d-%b-%Y")
|
||||||
|
|
||||||
# Set Version for compiling
|
# Set Version for compiling
|
||||||
VESTA_V=$VESTA_VER"_amd64"
|
VESTA_V=$VESTA_VER"_amd64"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue