blob: 247126f81d92448a3be7be817a637ef50718937b (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
echo "Installing extra/local override .deb files..."
dpkg -i /tmp/dpkg/*.deb
echo "Installing libertas_uap hack..."
cd /tmp/uap_hack/dreamplug_libertas && ./install.sh "3.2.0-3-kirkwood"
|