blob: 29a7ae431c7cef62c556ac1c341cfe3e41a31ada (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# try to install locally-sourced torouter .deb files
dpkg -i /tmp/dpkg/*.deb
# try to install libertas_uap hack
cd /tmp/uap_hack/dreamplug_libertas_$kernelversion && ./install.sh
|