apt/backports
This commit is contained in:
parent
1ad055dfb4
commit
bb08d4c5da
2 changed files with 3 additions and 3 deletions
|
@ -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" "${@}"
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue