mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 14:36:20 +00:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc20b1b263 | ||
|
|
058edd7904 | ||
|
|
5cc4efb4e4 | ||
|
|
005754ffe8 |
@@ -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
|
* `--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)
|
* `--bpo-kernel` Choose the kernel image from Debian Backports (newer version from the next Debian release)
|
||||||
* `--no-install-recommends`
|
* `--no-install-recommends`
|
||||||
* `--apt-non-free-firmware` (Debian 12 or later), `--apt-non-free`, `--apt-contrib`, `--apt-src`, `--apt-backports`
|
* `--apt-non-free-firmware`, `--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`
|
* `--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.
|
* `--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)
|
* `--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`
|
* `--full-upgrade` `apt dist-upgrade`
|
||||||
|
|||||||
@@ -111,10 +111,10 @@ set_mirror_proxy() {
|
|||||||
|
|
||||||
set_security_archive() {
|
set_security_archive() {
|
||||||
case $suite in
|
case $suite in
|
||||||
buster|oldoldstable|bullseye|oldstable)
|
buster|oldoldstable)
|
||||||
security_archive="$suite/updates"
|
security_archive="$suite/updates"
|
||||||
;;
|
;;
|
||||||
bookworm|stable|trixie|testing)
|
bullseye|oldstable|bookworm|stable|trixie|testing)
|
||||||
security_archive="$suite-security"
|
security_archive="$suite-security"
|
||||||
;;
|
;;
|
||||||
sid|unstable)
|
sid|unstable)
|
||||||
|
|||||||
Reference in New Issue
Block a user