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
|
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
|
||||||
|
|
Loading…
Reference in a new issue