From f2776116038ff48a6c52f7a7d41be4f22d1ecb20 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sun, 27 Nov 2011 09:45:54 +0100
Subject: [PATCH] kinect_fetch_fw: mention wget in the internal documentation

---
 kinect_fetch_fw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kinect_fetch_fw b/kinect_fetch_fw
index 6db228f..4a3b7fa 100755
--- a/kinect_fetch_fw
+++ b/kinect_fetch_fw
@@ -10,8 +10,8 @@
 # To Public License, Version 2, as published by Sam Hocevar. See
 # http://sam.zoy.org/wtfpl/COPYING for more details.
 #
-# 7z from p7zip-full is needed, it can be installed with
-#   sudo aptitude install p7zip-full
+# wget and 7z from p7zip-full are needed, they can be installed with
+#   sudo aptitude install wget p7zip-full
 
 set -e
 
-- 
2.1.4