Hello,

Please take the improved patch version.

Kind regards, 

-- 
Julián Moreno Patiño
Debian Developer
 .''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `'  http://debian.org/
  `-   GPG Fingerprint:
C2C8 904E 314C D8FA 041D 9B00 D5FD FC15 6168 BF60
Registered GNU Linux User ID 488513
--- a/debian/firmware-b43-installer.postinst	2014-06-25 09:04:20.000000000 -0500
+++ b/debian/firmware-b43-installer.postinst	2015-04-05 18:50:33.824216669 -0500
@@ -22,8 +22,7 @@
         eval export $APT_PROXIES
 fi
 
-wget --timeout=60 http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
-if [ $? -ne 0 ]; then
+if ! wget --timeout=60 http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 ; then
 	echo "Some problem occurred during the firmware download. Please check your internet connection." 
 	exit 0
     else
--- a/debian/firmware-b43legacy-installer.postinst	2014-06-25 09:04:20.000000000 -0500
+++ b/debian/firmware-b43legacy-installer.postinst	2015-04-05 19:14:20.068249546 -0500
@@ -22,8 +22,7 @@
         eval export $APT_PROXIES
 fi
 
-wget --timeout=60 http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
-if [ $? -ne 0 ]; then
+if ! wget --timeout=60 http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o ; then
         echo "Some problem occurred during the firmware download. Please check your internet connection."
         exit 0
     else

Attachment: signature.asc
Description: Digital signature

Reply via email to