X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/blobdiff_plain/8184ae6271a0f62bc01d157cd629d8b436e9a607..aaf68f5aa9db201b2e7f302e84f7541eaa397a24:/kinect_fetch_fw diff --git a/kinect_fetch_fw b/kinect_fetch_fw index c6a254c..1ec79cd 100755 --- a/kinect_fetch_fw +++ b/kinect_fetch_fw @@ -40,7 +40,9 @@ then exit 1 fi -7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*" +echo -n "Extracting the UAC firmware..." +7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*" > /dev/null +echo " done." FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)