From 88e9434d9a764980d5cac3a5a469918bdab068e0 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 28 Dec 2011 12:17:52 +0100 Subject: [PATCH 1/1] kinect_fetch_fw: mention that p7zip-full >= 9.20 is needed With earlier versions the firmware cannot be extracted from the .msi file. --- kinect_fetch_fw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kinect_fetch_fw b/kinect_fetch_fw index a358327..28a9fe7 100755 --- a/kinect_fetch_fw +++ b/kinect_fetch_fw @@ -12,6 +12,9 @@ # # wget and 7z from p7zip-full are needed, they can be installed with # sudo aptitude install wget p7zip-full +# +# NOTE: p7zip-full >= 9.20 is required in order to extract .msi files +# correctly set -e -- 2.1.4