This commit is contained in:
Marc Beninca 2024-11-11 14:32:37 +01:00
parent 0face50a52
commit c7659c47fa
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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}"