From 590011545af813a1855270ccbb4b3004772f2e32 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 14 Jun 2014 01:43:31 +0000 Subject: [PATCH] absolute path to dpkg in tails install script --- tails/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tails/install.sh b/tails/install.sh index 288e41cd..2f256932 100755 --- a/tails/install.sh +++ b/tails/install.sh @@ -8,6 +8,6 @@ fi PERSISTENT=/home/amnesia/Persistent INSTALL_DIR=$PERSISTENT/.onionshare_install -dpkg -i $INSTALL_DIR/*.deb +/usr/bin/dpkg -i $INSTALL_DIR/*.deb /usr/bin/sudo -u amnesia /usr/bin/notify-send "OnionShare Installed" "Open with Applications > Internet > OnionShare"