mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-10 20:28:46 -04:00
re-added dependencies, to get onionshare working in Tails again (fixes #16)
This commit is contained in:
parent
b05d13af46
commit
851777fe42
265 changed files with 71657 additions and 19 deletions
12
tails/tails-onionshare
Executable file
12
tails/tails-onionshare
Executable 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 $@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue