apt/backports

This commit is contained in:
Marc Beninca 2024-11-19 10:46:30 +01:00
parent 1ad055dfb4
commit bb08d4c5da
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ Dpkg::Progress True;
" >"/etc/apt/apt.conf.d/apt.conf"
}
apt_install_backports() {
sh_apt_install_backports() {
sh_apt_install_target "${DEBIAN_CODENAME}-backports" "${@}"
}

View file

@ -21,7 +21,7 @@ fr_FR.UTF-8 UTF-8
# disable frontend
sh_debian_frontend_disable
# install backports
apt_install_backports "tmux"
sh_apt_install_backports "tmux"
# install packages
sh_apt_install_release "apt-file" "mosh" "screen" "byobu"
# update catalog
@ -45,7 +45,7 @@ rescue_install() {
"exa" "lf" "ncdu" "nnn" "ranger" "tree" \
"file" "htop" "iotop" "ipcalc" "libdigest-sha3-perl" "lsof"
# install backports
apt_install_backports \
sh_apt_install_backports \
"grub-pc-bin" \
\
"grub-efi-amd64-bin"