Update freebsd-desktop.sh

added zpaqfranz to usual tools
This commit is contained in:
majekla 2024-10-10 13:47:43 +00:00
parent fe677a498d
commit c685edcdc7

View File

@ -665,7 +665,7 @@ usual_tools_installation() {
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
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"
rdesktop xrdp tree gh hw-probe inxi python3 bhyve-firmware openssl gtkglext zpaqfranz"
for pkg in $pkg_list; do
pkg info -e "$pkg" >/dev/null || pkg ins -y "$pkg"