blob: f2f0e4c874dad086d2970b82c429fa85519bc467 (
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_$(uname -r) && ./install.sh
|