remove iwl-firmware download script, this should be a package

This commit is contained in:
cinap_lenrek 2013-06-05 20:34:04 +02:00
parent b014e2c479
commit be351877f2

View file

@ -1,13 +0,0 @@
#!/bin/rc
rfork e
webfs ; cd /tmp
echo -n 'Downloading firmware...'
hget http://firmware.openbsd.org/firmware/iwn-firmware-5.7.tgz > firmware.tgz
echo -n 'extracting...'
tar xzf firmware.tgz
echo -n 'installing...'
dircp firmware /lib/firmware
echo -n 'cleaning up...'
rm -rf firmware +CONTENTS +DESC
echo 'done.'