From d217364b382e79cc6801279e495a37ebdacdb9fa Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 27 May 2020 10:18:52 -0400 Subject: added dict-misc dictionaries --- source.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source.sh') diff --git a/source.sh b/source.sh index 892c00f..e61ee39 100755 --- a/source.sh +++ b/source.sh @@ -47,6 +47,11 @@ aurbuild dict-devils & aurbuild dict-foldoc & aurbuild dict-wikt-en-all & +git clone https://git.hrhr.dev/dict-misc +cd dict-misc +makepkg --noconfirm -si +cd .. + git clone https://git.hrhr.dev/utils cd utils sudo make install -- cgit