This commit is contained in:
Bohan Yang
2019-05-13 20:20:10 +08:00
parent f487e4e6c0
commit 031cf69e0c
+2
View File
@@ -157,6 +157,7 @@ while [ $# -gt 0 ]; do
shift
done
if [ -n "$DEBI_PRESET" ]; then
case "$DEBI_PRESET" in
china)
DEBI_NS=${DEBI_NS:-156.154.70.5 156.154.71.5}
@@ -176,6 +177,7 @@ case "$DEBI_PRESET" in
echo_stderr "Error: No such preset $DEBI_PRESET"
exit 1
esac
fi
DEBI_SUITE=${DEBI_SUITE:-stretch}
DEBI_NEW="debian-$DEBI_SUITE"