aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/source/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-maker/source/install.sh')
-rw-r--r--freedom-maker/source/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/freedom-maker/source/install.sh b/freedom-maker/source/install.sh
index 76547ba..fc13d2b 100644
--- a/freedom-maker/source/install.sh
+++ b/freedom-maker/source/install.sh
@@ -19,7 +19,8 @@ dpkg --get-selections > /tmp/selections
mkdir -p /sourcecode
cd sourcecode
cut -f 1 < /tmp/selections | cut -d ':' -f 1 > /tmp/packages
-apt-get source --download-only `cat /tmp/packages`
+# TODO: torouter
+#apt-get source --download-only `cat /tmp/packages`
# sshd may be left running by the postinst, clean that up
/etc/init.d/ssh stop