aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-27 10:18:52 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-27 10:19:04 -0400
commitd217364b382e79cc6801279e495a37ebdacdb9fa (patch)
tree4e466d4d623161945b2d8dbcb127efa89af27d5d /source.sh
parent69122618f3d2be4c21c922717625b91f53e35cea (diff)
added dict-misc dictionaries
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh5
1 files changed, 5 insertions, 0 deletions
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