mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 15:06:13 +01:00
Update to svn1105
This commit is contained in:
parent
1e96d3d02c
commit
4a5b43bb4e
@ -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 ...'
|
||||
|
@ -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 ...'
|
||||
|
Loading…
Reference in New Issue
Block a user