From 5cc4efb4e419f994c21c54587e320c842fac922e Mon Sep 17 00:00:00 2001 From: "Brent, Bohan Yang" Date: Sat, 26 Aug 2023 18:34:09 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6f13e1..750fb3a 100644 --- a/README.md +++ b/README.md @@ -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`