commit 1c13f037208f72a4e42b637aaa7f88dabd7f22c2 Author: David Fifield david@bamsoftware.com Date: Wed Mar 6 18:15:32 2013 -0800
Put the "apt-get upgrade" in the browser bundle section. --- doc/bundle-gnulinux.txt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index c56c84a..5b7f290 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -62,8 +62,6 @@ Choose "Install" when it boots. Here are settings:
Packages to install:
- $ sudo apt-get update - $ sudo apt-get upgrade $ sudo apt-get install --no-install-recommends git make python-m2crypto zip $ sudo apt-get install --no-install-recommends python-setuptools python-crypto python-twisted python-argparse
@@ -89,6 +87,11 @@ Clone pyobfsproxy. $ cd pyobfsproxy $ git checkout pyobfsproxy-0.0.2
+Update your Debian. + + $ sudo apt-get update + $ sudo apt-get upgrade + Within the VM, download the 32-bit or 64-bit browser bundle from https://www.torproject.org/projects/torbrowser.html.en#Download-torbrowserbu.... The instructions below are for the 32-bit (i686) version.