Changes for #125

This commit is contained in:
MikeMaximus
2018-02-24 11:13:21 -06:00
parent 9f99b32200
commit 2d0e4a136d
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh -e
#check for all dependencies
for prog in mono readlink df 7za notify-send;do
for prog in mono readlink df 7za;do
[ -n "`whereis -b ${prog} | cut -sd' ' -f2`" ] || (echo "Please install ${prog}" && exit 1);
done
for lib in libsqlite3;do