Changes for issue #125

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