From 211e463ddd71f5df884080ce98d0fc5eb369b51f Mon Sep 17 00:00:00 2001 From: Wind4 Date: Sat, 11 Feb 2017 17:43:31 +0800 Subject: [PATCH] Update to svn1108 --- 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 ee8ca3e..55bc015 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/svn1107/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1108/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 8fd688b..76fba63 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/svn1107/binaries.tar.gz -O binaries.tar.gz +wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1108/binaries.tar.gz -O binaries.tar.gz check_result $? 'Download vlmcsd failed.' echo 'Downloading startup script ...'