Scripts for VU+Duo

baha2

Super VIP
Messages
6,530
Scripts for VU+Duo

Hi here a script for check drivers image installed in your Box

Extract and FTP the file *.sh to /usr/script/ and chmod 755

Code:
#!/bin/sh
#DESCRIPTION = This script will show you the drivers of your box
ipkg list_installed | grep vuplus-dvb-modules
 
Top