From 4a5b43bb4e365521ef59b43226b842cd7dbec491 Mon Sep 17 00:00:00 2001 From: Wind4 Date: Fri, 2 Dec 2016 16:01:03 +0800 Subject: [PATCH] Update to svn1105 --- scripts/install-debian.sh | 2 +- scripts/install-rhel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-debian.sh b/scripts/install-debian.sh index f8f196e..4988ab7 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/svn1099/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1105/binaries.tar.gz -O binaries.tar.gz check_result $? 'Download vlmcsd failed.' echo 'Downloading startup script ...' diff --git a/scripts/install-rhel.sh b/scripts/install-rhel.sh index 2aa0e8a..ff775e2 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/svn1099/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1105/binaries.tar.gz -O binaries.tar.gz check_result $? 'Download vlmcsd failed.' echo 'Downloading startup script ...'