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"
|
" >"/etc/apt/apt.conf.d/apt.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
apt_install_backports() {
|
sh_apt_install_backports() {
|
||||||
sh_apt_install_target "${DEBIAN_CODENAME}-backports" "${@}"
|
sh_apt_install_target "${DEBIAN_CODENAME}-backports" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ fr_FR.UTF-8 UTF-8
|
||||||
# disable frontend
|
# disable frontend
|
||||||
sh_debian_frontend_disable
|
sh_debian_frontend_disable
|
||||||
# install backports
|
# install backports
|
||||||
apt_install_backports "tmux"
|
sh_apt_install_backports "tmux"
|
||||||
# install packages
|
# install packages
|
||||||
sh_apt_install_release "apt-file" "mosh" "screen" "byobu"
|
sh_apt_install_release "apt-file" "mosh" "screen" "byobu"
|
||||||
# update catalog
|
# update catalog
|
||||||
|
@ -45,7 +45,7 @@ rescue_install() {
|
||||||
"exa" "lf" "ncdu" "nnn" "ranger" "tree" \
|
"exa" "lf" "ncdu" "nnn" "ranger" "tree" \
|
||||||
"file" "htop" "iotop" "ipcalc" "libdigest-sha3-perl" "lsof"
|
"file" "htop" "iotop" "ipcalc" "libdigest-sha3-perl" "lsof"
|
||||||
# install backports
|
# install backports
|
||||||
apt_install_backports \
|
sh_apt_install_backports \
|
||||||
"grub-pc-bin" \
|
"grub-pc-bin" \
|
||||||
\
|
\
|
||||||
"grub-efi-amd64-bin"
|
"grub-efi-amd64-bin"
|
||||||
|
|
Loading…
Reference in a new issue