4 Commits
Author SHA1 Message Date
Bohan Yang fc20b1b263 Merge remote-tracking branch 'origin/master' 2023-08-26 09:53:29 +00:00
Bohan Yang 058edd7904 Revert 2023-08-26 09:53:12 +00:00
Brent, Bohan YangandGitHub 5cc4efb4e4 Update README.md 2023-08-26 18:34:09 +09:00
Bohan Yang 005754ffe8 Fix #103 2023-08-26 09:31:01 +00:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ Otherwise, you can run this command to revert all changes made by the script:
* `--cloud-kernel` Choose `linux-image-cloud-amd64` or `...arm64` as the kernel image
* `--bpo-kernel` Choose the kernel image from Debian Backports (newer version from the next Debian release)
* `--no-install-recommends`
* `--apt-non-free-firmware` (Debian 12 or later), `--apt-non-free`, `--apt-contrib`, `--apt-src`, `--apt-backports`
* `--no-apt-non-free-firmware` (Debian 12 or later), `--no-apt-non-free`, `--no-apt-contrib`, `--no-apt-src`, `--no-apt-backports`
* `--apt-non-free-firmware`, `--apt-non-free`, `--apt-contrib`, `--apt-src`, `--apt-backports`
* `--no-apt-non-free-firmware`, `--no-apt-non-free`, `--no-apt-contrib`, `--no-apt-src`, `--no-apt-backports`
* `--install 'ca-certificates libpam-systemd'` Install additional APT packages. Space-separated and quoted.
* `--safe-upgrade` **(Default)** `apt upgrade --with-new-pkgs`. [See](https://salsa.debian.org/installer-team/pkgsel/-/blob/master/debian/postinst)
* `--full-upgrade` `apt dist-upgrade`
+2 -2
View File
@@ -111,10 +111,10 @@ set_mirror_proxy() {
set_security_archive() {
case $suite in
buster|oldoldstable|bullseye|oldstable)
buster|oldoldstable)
security_archive="$suite/updates"
;;
bookworm|stable|trixie|testing)
bullseye|oldstable|bookworm|stable|trixie|testing)
security_archive="$suite-security"
;;
sid|unstable)