Add lib_firmware.sh
This commit is contained in:
parent
e19b3efe0c
commit
94f16b3f93
8
lib_firmware.sh
Normal file
8
lib_firmware.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
## if "firmware file 'dvb-demod-mn88472-02.fw' not found" found download this:
|
||||||
|
cd /lib/firmware
|
||||||
|
sudo wget https://raw.githubusercontent.com/osmc/dvb-firmware-osmc/master/dvb-demod-mn88472-02.fw
|
||||||
|
sudo reboot
|
||||||
|
|
||||||
|
# else print last "sudo dmesg | grep dvb" message
|
Loading…
x
Reference in New Issue
Block a user