This commit is contained in:
Marc Beninca 2024-11-11 12:55:45 +01:00
parent 718d1d1e78
commit 9b830a7d36
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -61,12 +61,11 @@ ovh_rescue_install() {
apt_clean_cache apt_clean_cache
# install packages # install packages
apt-get install --assume-yes \ apt-get install --assume-yes \
"parted" "mdadm" "lvm2" \ "file" "htop" "iotop" "lsof" \
\ \
"parted" "mdadm" "lvm2" \
"lshw" \ "lshw" \
"file" "micro" \ "micro" \
"grub-efi-amd64-bin" "grub-pc-bin" \
"htop" "iotop" "lsof" \
"exa" "ncdu" "nnn" "ranger" "tree" \ "exa" "ncdu" "nnn" "ranger" "tree" \
"squashfs-tools" \ "squashfs-tools" \
"uuid-runtime" "uuid-runtime"
@ -75,8 +74,10 @@ ovh_rescue_install() {
# install backports # install backports
apt-get install --assume-yes \ apt-get install --assume-yes \
--target-release "${release}-backports" \ --target-release "${release}-backports" \
"cryptsetup-bin" "rsync" \ "rsync" \
\ \
"cryptsetup-bin" \
"grub-efi-amd64-bin" "grub-pc-bin" \
"git" "git"
# clean cache # clean cache
apt_clean_cache apt_clean_cache