mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-18 17:14:24 -04:00
Update version and add uninstall.sh script
This commit is contained in:
parent
c5f482913f
commit
a1f84aa354
3 changed files with 19 additions and 2 deletions
|
@ -38,10 +38,11 @@ if [ ! -f '/sbin/service' ]; then
|
|||
fi
|
||||
|
||||
TMP_DIR=`mktemp -d`
|
||||
GIT_TAG=svn1112
|
||||
cd ${TMP_DIR}
|
||||
|
||||
echo 'Downloading vlmcsd ...'
|
||||
wget -q https://github.com/Wind4/vlmcsd/releases/download/svn1108/binaries.tar.gz -O binaries.tar.gz
|
||||
wget -q https://github.com/Wind4/vlmcsd/releases/download/${GIT_TAG}/binaries.tar.gz -O binaries.tar.gz
|
||||
check_result $? 'Download vlmcsd failed.'
|
||||
|
||||
echo 'Downloading startup script ...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue