Kaynağa Gözat

Update to svn1107

Wind4 9 yıl önce
ebeveyn
işleme
23d9e359ff
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      scripts/install-debian.sh
  2. 1 1
      scripts/install-rhel.sh

+ 1 - 1
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/svn1105/binaries.tar.gz -O binaries.tar.gz
+wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1107/binaries.tar.gz -O binaries.tar.gz
 check_result $? 'Download vlmcsd failed.'
 
 echo 'Downloading startup script ...'

+ 1 - 1
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/svn1105/binaries.tar.gz -O binaries.tar.gz
+wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1107/binaries.tar.gz -O binaries.tar.gz
 check_result $? 'Download vlmcsd failed.'
 
 echo 'Downloading startup script ...'