packages
This commit is contained in:
parent
0face50a52
commit
c7659c47fa
1 changed files with 6 additions and 7 deletions
|
@ -75,14 +75,13 @@ ovh_rescue_install() {
|
|||
apt_clean_cache
|
||||
# install packages
|
||||
set \
|
||||
"file" "htop" "iotop" "lsof" "rsync" \
|
||||
\
|
||||
"man-db" \
|
||||
"dmidecode" "efibootmgr" "lshw" "pciutils" "usbutils" \
|
||||
"parted" "mdadm" "cryptsetup-bin" "lvm2" \
|
||||
"lshw" \
|
||||
"micro" \
|
||||
"exa" "ncdu" "nnn" "ranger" "tree" \
|
||||
"squashfs-tools" \
|
||||
"git"
|
||||
"btrfs-progs" "dosfstools" "duperemove" "squashfs-tools" \
|
||||
"git" "micro" "nano" "python3" "rsync" "vim" \
|
||||
"exa" "lf" "ncdu" "nnn" "ranger" "tree" \
|
||||
"file" "htop" "iotop" "ipcalc" "libdigest-sha3-perl" "lsof"
|
||||
for package in "${@}"; do
|
||||
echo
|
||||
echo "${package}"
|
||||
|
|
Loading…
Reference in a new issue