projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
be30995
)
kinect_fetch_fw: mention that p7zip-full >= 9.20 is needed
author
Antonio Ospite <ospite@studenti.unina.it>
Wed, 28 Dec 2011 11:17:52 +0000
(12:17 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Wed, 28 Dec 2011 11:17:52 +0000
(12:17 +0100)
With earlier versions the firmware cannot be extracted from the .msi
file.
kinect_fetch_fw
patch
|
blob
|
history
diff --git
a/kinect_fetch_fw
b/kinect_fetch_fw
index
a358327
..
28a9fe7
100755
(executable)
--- 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
#
# 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
set -e