aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtails-dl2
-rwxr-xr-xtor-browser-dl2
2 files changed, 2 insertions, 2 deletions
diff --git a/tails-dl b/tails-dl
index 685e3b3..35fc0f4 100755
--- a/tails-dl
+++ b/tails-dl
@@ -5,7 +5,7 @@
# Parameters
BASENAME="`basename $0`"
-DL="$HOME/data/apps/distros/tails/"
+DL="$HOME/data/distros/tails/"
VERSION="$1"
BASE_URL="http://dl.amnesia.boum.org/tails/stable/tails-i386-$VERSION"
CWD="`pwd`"
diff --git a/tor-browser-dl b/tor-browser-dl
index a067b28..2a17813 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -8,7 +8,7 @@ BASENAME="`basename $0`"
APPS="$HOME/apps"
APP_BASE="$APPS/tor-browser"
TEMP="$TMP/tor-browser"
-DL="$HOME/data/apps/distros/tor/"
+DL="$HOME/data/distros/tor/"
VERSION="$1"
ARCH="$2"
LANG="$3"