From e42c56d97f7bad56ab027ba16d3e8e300e3a0fd8 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 25 Oct 2018 21:36:32 +0900 Subject: [PATCH] Update vlmcsd git URL Signed-off-by: Teddysun --- kms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms.sh b/kms.sh index ea03aed..f036ead 100644 --- a/kms.sh +++ b/kms.sh @@ -158,7 +158,7 @@ install_main() { fi 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." make if [ $? -ne 0 ]; then