remove iwl-firmware download script, this should be a package
This commit is contained in:
parent
b014e2c479
commit
be351877f2
1 changed files with 0 additions and 13 deletions
|
@ -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.'
|
Loading…
Reference in a new issue