apt/release
This commit is contained in:
parent
1a1679031e
commit
1ad055dfb4
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ apt_install_backports() {
|
|||
sh_apt_install_target "${DEBIAN_CODENAME}-backports" "${@}"
|
||||
}
|
||||
|
||||
apt_install_release() {
|
||||
sh_apt_install_release() {
|
||||
sh_apt_install_target "${DEBIAN_CODENAME}" "${@}"
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ fr_FR.UTF-8 UTF-8
|
|||
# install backports
|
||||
apt_install_backports "tmux"
|
||||
# install packages
|
||||
apt_install_release "apt-file" "mosh" "screen" "byobu"
|
||||
sh_apt_install_release "apt-file" "mosh" "screen" "byobu"
|
||||
# update catalog
|
||||
sh_apt_update
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ rescue_install() {
|
|||
# upgrade packages
|
||||
sh_apt_upgrade
|
||||
# install packages
|
||||
apt_install_release \
|
||||
sh_apt_install_release \
|
||||
"man-db" \
|
||||
"dmidecode" "efibootmgr" "lshw" "pciutils" "usbutils" \
|
||||
"parted" "mdadm" "cryptsetup-bin" "lvm2" \
|
||||
|
|
Loading…
Reference in a new issue