From 5e14edc10574c4359572d028fdd73fddff9f26bb Mon Sep 17 00:00:00 2001 From: Wind4 Date: Mon, 31 Oct 2016 21:04:25 +0800 Subject: [PATCH] Update to svn1099 --- scripts/install-debian.sh | 4 ++-- scripts/install-rhel.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install-debian.sh b/scripts/install-debian.sh index d0c74f6..f8f196e 100644 --- a/scripts/install-debian.sh +++ b/scripts/install-debian.sh @@ -35,7 +35,7 @@ TMP_DIR=`mktemp -d` cd ${TMP_DIR} echo 'Downloading vlmcsd binaries ...' -wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1085/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1099/binaries.tar.gz -O binaries.tar.gz check_result $? 'Download vlmcsd failed.' echo 'Downloading startup script ...' @@ -61,4 +61,4 @@ check_result $? 'Installation failed.' echo 'Cleaning ...' rm -rf ${TMP_DIR} -echo 'Installed successfully.' \ No newline at end of file +echo 'Installed successfully.' diff --git a/scripts/install-rhel.sh b/scripts/install-rhel.sh index 096f616..2aa0e8a 100644 --- a/scripts/install-rhel.sh +++ b/scripts/install-rhel.sh @@ -41,7 +41,7 @@ TMP_DIR=`mktemp -d` cd ${TMP_DIR} echo 'Downloading vlmcsd ...' -wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1085/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1099/binaries.tar.gz -O binaries.tar.gz check_result $? 'Download vlmcsd failed.' echo 'Downloading startup script ...' @@ -68,4 +68,4 @@ check_result $? 'Installation failed.' echo 'Cleaning ...' rm -rf ${TMP_DIR} -echo 'Installed successfully.' \ No newline at end of file +echo 'Installed successfully.'