This commit is contained in:
Bohan Yang
2019-07-05 22:26:43 +08:00
parent 4def7e8e1a
commit 6ce744a110
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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`] - `--protocol http` [`http`, `https`, `ftp`]
- `--mirror deb.debian.org` - `--mirror deb.debian.org`
- `--directory /debian` - `--directory /debian`
- `--suite stretch` - `--suite stable`
- `--skip-user` - `--skip-user`
- `--username debian` - `--username debian`
- `--password` - `--password`
+1 -1
View File
@@ -176,7 +176,7 @@ if [ -n "$DEBI_PRESET" ]; then
esac esac
fi fi
DEBI_SUITE=${DEBI_SUITE:-stretch} DEBI_SUITE=${DEBI_SUITE:-stable}
DEBI_NEW="debian-$DEBI_SUITE" DEBI_NEW="debian-$DEBI_SUITE"
DEBI_NEW_DIR="/boot/$DEBI_NEW" DEBI_NEW_DIR="/boot/$DEBI_NEW"