mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-16 08:44:14 -05:00
absolute path to dpkg in tails install script
This commit is contained in:
parent
dc97d7bae9
commit
590011545a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ fi
|
||||||
PERSISTENT=/home/amnesia/Persistent
|
PERSISTENT=/home/amnesia/Persistent
|
||||||
INSTALL_DIR=$PERSISTENT/.onionshare_install
|
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"
|
/usr/bin/sudo -u amnesia /usr/bin/notify-send "OnionShare Installed" "Open with Applications > Internet > OnionShare"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue