dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7516165e61eb7c3f4e1f182b55aa0d723bf88fba
parent 3ea3884d3a035575bcbddac659453b5647778070
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun,  8 Sep 2013 21:52:43 +0200

added start command example

Diffstat:
Mbin/tor-browser-update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tor-browser-update.sh b/bin/tor-browser-update.sh @@ -38,4 +38,4 @@ echo $TARGET $DOWNLOADCMD $TARGET &&\ gpg --verify $LATESTTBB{.asc,} &&\ tar xvfz $LATESTTBB &&\ -echo "Installation complete. Start with $TORFOLDER" +echo "Installation complete. Start with $TORFOLDER/tor-browser_en-US/start-tor-browser"