From 1ce0f4e144f497f85f27f747220111075d7302e4 Mon Sep 17 00:00:00 2001 From: Rod Myers <10093452+RodMyers@users.noreply.github.com> Date: Mon, 18 Nov 2019 14:15:07 -0500 Subject: [PATCH] Update void-install-zfs.sh added "jq" for getting users installed --- src-sh/void-install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-sh/void-install-zfs.sh b/src-sh/void-install-zfs.sh index 8fb244a..a9a0957 100755 --- a/src-sh/void-install-zfs.sh +++ b/src-sh/void-install-zfs.sh @@ -465,7 +465,7 @@ fi #PACKAGES_CHROOT="iwd bluez vlc trojita telegram-desktop falkon qterminal openvpn git pianobar ntfs-3g fuse-exfat simple-mtpfs fish-shell zsh libdvdcss gutenprint foomatic-db foomatic-db-nonfree nano xorg-minimal lumina wpa-cute" #Minimal package list for testing PACKAGES="" -PACKAGES_CHROOT="iwd bluez nano git noto-fonts-ttf" +PACKAGES_CHROOT="iwd bluez nano git noto-fonts-ttf jq" PACKAGES_OPTIONAL="xorg-minimal lumina qterminal compton hicolor-icon-theme xrandr qt5-svg wpa-cute" SERVICES_ENABLED="dbus sshd dhcpcd cupsd wpa_supplicant bluetoothd"