Update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-05-03 13:16:34 +09:00
parent dd547d3935
commit 945592722c
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

1
kms.sh
View File

@ -146,6 +146,7 @@ install_main() {
exit 1
fi
elif [[ x"${release}" == x"debian" || x"${release}" == x"ubuntu" ]]; then
apt-get -y update
apt-get install gcc git make
if ! wget --no-check-certificate -O /etc/init.d/kms https://raw.githubusercontent.com/teddysun/across/master/kms-debian; then
echo -e "[${red}Error:${plain}] Failed to download KMS Server script."