From 1f59e3696d37ea52d9ce56b493158c044ac8beaa Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 23 Sep 2014 17:40:36 +0000 Subject: [PATCH] updates Tails readme, and renaming install in persistence script --- tails/README.md | 4 +--- tails/{build.sh => install_in_persistent_volume.sh} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename tails/{build.sh => install_in_persistent_volume.sh} (100%) diff --git a/tails/README.md b/tails/README.md index 9e865812..a4a0a71a 100644 --- a/tails/README.md +++ b/tails/README.md @@ -2,15 +2,13 @@ Until OnionShare gets included in Debian, it will be annoying to install it in Tails so that it persists reboots. For now, you'll need to run a build script the first time, and then install it separately each time you boot. These instructions make it pretty simple. -*The OnionShare GUI works in Tails 1.1 and later.* - ### Building for Tails the first time Start by booting to Tails. Mount your persistent volume and set an administrator password. Once you login and connect to the Tor network, open a terminal and type: cd ~/Persistent git clone https://github.com/micahflee/onionshare.git - sudo onionshare/tails/build.sh + sudo onionshare/tails/install_in_persistent_volume.sh You only need to do that once each time you want to build a new verison of OnionShare. diff --git a/tails/build.sh b/tails/install_in_persistent_volume.sh similarity index 100% rename from tails/build.sh rename to tails/install_in_persistent_volume.sh