From 945592722cda3170c34e41f5aaee7e0ddc3bcb53 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 3 May 2018 13:16:34 +0900 Subject: [PATCH] Update comments Signed-off-by: Teddysun --- kms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/kms.sh b/kms.sh index bace40e..cb32eb1 100644 --- a/kms.sh +++ b/kms.sh @@ -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."