absolute path to dpkg in tails install script

This commit is contained in:
Micah Lee 2014-06-14 01:43:31 +00:00
parent dc97d7bae9
commit 590011545a

View File

@ -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"