added qemu-tools to usual tools

This commit is contained in:
majekla 2024-10-18 08:21:44 +00:00
parent c685edcdc7
commit 700130131d

View File

@ -665,7 +665,7 @@ usual_tools_installation() {
pkg_list="wget w3m lynx rsync emacs nano sshpass fuse fusefs-ntfs fusefs-exfat pkg_list="wget w3m lynx rsync emacs nano sshpass fuse fusefs-ntfs fusefs-exfat
automount megatools dvd+rw-tools cdrtools webcamd cups cups-filters system-config-printer automount megatools dvd+rw-tools cdrtools webcamd cups cups-filters system-config-printer
pwcview wifimgr networkmgr zip unzip bzip2 bzip3 btop htop nmap bind-tools git pwcview wifimgr networkmgr zip unzip bzip2 bzip3 btop htop nmap bind-tools git
rdesktop xrdp tree gh hw-probe inxi python3 bhyve-firmware openssl gtkglext zpaqfranz" rdesktop xrdp tree gh hw-probe inxi python3 bhyve-firmware openssl gtkglext zpaqfranz qemu-tools"
for pkg in $pkg_list; do for pkg in $pkg_list; do
pkg info -e "$pkg" >/dev/null || pkg ins -y "$pkg" pkg info -e "$pkg" >/dev/null || pkg ins -y "$pkg"