re-added dependencies, to get onionshare working in Tails again (fixes #16)

This commit is contained in:
Micah Lee 2014-05-27 21:08:56 +00:00
parent b05d13af46
commit 851777fe42
265 changed files with 71657 additions and 19 deletions

12
tails/tails-onionshare Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "You need to run this as root" 1>&2
exit 1
fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd ../bin && pwd )"
export ONIONSHARE_PLATFORM=Tails
$DIR/onionshare $@