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" "${@}"
|
sh_apt_install_target "${DEBIAN_CODENAME}-backports" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
apt_install_release() {
|
sh_apt_install_release() {
|
||||||
sh_apt_install_target "${DEBIAN_CODENAME}" "${@}"
|
sh_apt_install_target "${DEBIAN_CODENAME}" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ fr_FR.UTF-8 UTF-8
|
||||||
# install backports
|
# install backports
|
||||||
apt_install_backports "tmux"
|
apt_install_backports "tmux"
|
||||||
# install packages
|
# install packages
|
||||||
apt_install_release "apt-file" "mosh" "screen" "byobu"
|
sh_apt_install_release "apt-file" "mosh" "screen" "byobu"
|
||||||
# update catalog
|
# update catalog
|
||||||
sh_apt_update
|
sh_apt_update
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ rescue_install() {
|
||||||
# upgrade packages
|
# upgrade packages
|
||||||
sh_apt_upgrade
|
sh_apt_upgrade
|
||||||
# install packages
|
# install packages
|
||||||
apt_install_release \
|
sh_apt_install_release \
|
||||||
"man-db" \
|
"man-db" \
|
||||||
"dmidecode" "efibootmgr" "lshw" "pciutils" "usbutils" \
|
"dmidecode" "efibootmgr" "lshw" "pciutils" "usbutils" \
|
||||||
"parted" "mdadm" "cryptsetup-bin" "lvm2" \
|
"parted" "mdadm" "cryptsetup-bin" "lvm2" \
|
||||||
|
|
Loading…
Reference in a new issue