Update vlmcsd git URL

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-10-25 21:36:32 +09:00
parent f82cc0c2a3
commit e42c56d97f
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

2
kms.sh
View File

@ -158,7 +158,7 @@ install_main() {
fi fi
cd "${cur_dir}" || exit cd "${cur_dir}" || exit
git clone https://github.com/teddysun/vlmcsd.git > /dev/null 2>&1 git clone https://github.com/Wind4/vlmcsd.git > /dev/null 2>&1
[ -d vlmcsd ] && cd vlmcsd || echo -e "[${red}Error:${plain}] Failed to git clone vlmcsd." [ -d vlmcsd ] && cd vlmcsd || echo -e "[${red}Error:${plain}] Failed to git clone vlmcsd."
make make
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then