This commit is contained in:
MacRimi
2025-03-03 17:33:20 +01:00
parent 0afef86b86
commit c57a46403e
6 changed files with 37 additions and 58 deletions

View File

@@ -572,10 +572,9 @@ install_system_utils() {
# List of packages to install
packages=(
axel curl dialog dnsutils dos2unix gnupg-agent grc htop btop iftop iotop
iperf3 ipset iptraf-ng mlocate msr-tools nano net-tools omping
software-properties-common sshpass tmux unzip vim vim-nox wget whois zip
libguestfs-tools
axel dialog dos2unix grc htop btop iftop iotop
iperf3 ipset iptraf-ng mlocate msr-tools net-tools omping
sshpass tmux unzip zip libguestfs-tools
)
total_packages=${#packages[@]}