From a1384960296571e4d1ab2e9197a59d2ba0c19912 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 8 Apr 2019 22:10:57 +0800 Subject: [PATCH] Fix --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 40b2c7c..1b42790 100644 --- a/netboot.sh +++ b/netboot.sh @@ -133,7 +133,7 @@ case "$DEBI_TEMPLATE" in DEBI_NTP_SERVER=${DEBI_NTP_SERVER:-cn.ntp.org.cn} DEBI_SECURITY_MIRROR=${DEBI_SECURITY_MIRROR:-true} DEBI_DNS=${DEBI_DNS:-156.154.70.5 156.154.71.5} - vps) + cloud) DEBI_PROTOCOL=${DEBI_PROTOCOL:-https} DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org} DEBI_NTP_SERVER=${DEBI_NTP_SERVER:-time.google.com}