packages
This commit is contained in:
parent
718d1d1e78
commit
9b830a7d36
1 changed files with 6 additions and 5 deletions
|
@ -61,12 +61,11 @@ ovh_rescue_install() {
|
|||
apt_clean_cache
|
||||
# install packages
|
||||
apt-get install --assume-yes \
|
||||
"parted" "mdadm" "lvm2" \
|
||||
"file" "htop" "iotop" "lsof" \
|
||||
\
|
||||
"parted" "mdadm" "lvm2" \
|
||||
"lshw" \
|
||||
"file" "micro" \
|
||||
"grub-efi-amd64-bin" "grub-pc-bin" \
|
||||
"htop" "iotop" "lsof" \
|
||||
"micro" \
|
||||
"exa" "ncdu" "nnn" "ranger" "tree" \
|
||||
"squashfs-tools" \
|
||||
"uuid-runtime"
|
||||
|
@ -75,8 +74,10 @@ ovh_rescue_install() {
|
|||
# install backports
|
||||
apt-get install --assume-yes \
|
||||
--target-release "${release}-backports" \
|
||||
"cryptsetup-bin" "rsync" \
|
||||
"rsync" \
|
||||
\
|
||||
"cryptsetup-bin" \
|
||||
"grub-efi-amd64-bin" "grub-pc-bin" \
|
||||
"git"
|
||||
# clean cache
|
||||
apt_clean_cache
|
||||
|
|
Loading…
Reference in a new issue