Bohan Yang 7 年之前
父节点
当前提交
6ce744a110
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      netboot.sh

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ This script is used to re-install VPS to Debian 9 with the official installer, b
  - `--protocol http` [`http`, `https`, `ftp`]
  - `--mirror deb.debian.org`
  - `--directory /debian`
- - `--suite stretch`
+ - `--suite stable`
  - `--skip-user`
  - `--username debian`
  - `--password`

+ 1 - 1
netboot.sh

@@ -176,7 +176,7 @@ if [ -n "$DEBI_PRESET" ]; then
     esac
 fi
 
-DEBI_SUITE=${DEBI_SUITE:-stretch}
+DEBI_SUITE=${DEBI_SUITE:-stable}
 DEBI_NEW="debian-$DEBI_SUITE"
 DEBI_NEW_DIR="/boot/$DEBI_NEW"