From 6cd6d9c64326f4c6e7b829a8ea548287f0708970 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 8 Jun 2020 11:17:32 -0400
Subject: added nfs and proper hplip package
---
packages | 2 +-
source.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages b/packages
index 62eac9b..c68446a 100644
--- a/packages
+++ b/packages
@@ -6,11 +6,11 @@ linux-firmware
dhcpcd
wpa_supplicant
cups
-hplip # For my printer
avahi
bluez bluez-utils
openssh
openvpn
+nfs-utils
# Boot
mkinitcpio
diff --git a/source.sh b/source.sh
index 6da1fc9..c198d57 100755
--- a/source.sh
+++ b/source.sh
@@ -46,6 +46,7 @@ aurbuild dict-moby-thesaurus &
aurbuild dict-devils &
aurbuild dict-foldoc &
aurbuild dict-wikt-en-all &
+aurbuild hplip-plugin &
git clone https://git.hrhr.dev/dict-misc
cd dict-misc
--
cgit