From d98007d3171e8f95aa1089f5cee462dbaa56972a Mon Sep 17 00:00:00 2001 From: Vincent Kersten Date: Mon, 11 May 2015 09:45:08 +0200 Subject: [PATCH] Add instructions for install --- build-debian.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-debian.sh b/build-debian.sh index 7186780..98594b3 100755 --- a/build-debian.sh +++ b/build-debian.sh @@ -309,3 +309,10 @@ rm -rf package/usr/bin rm -rf package/usr/lib rm -f package/DEBIAN/md5sums +echo "=============== All Done =====================" +echo "Now run 'dpkg -i php5-sqlcipher.deb' to install" +echo "" + +exit + +#EOF