aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/bin/packages-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-maker/bin/packages-chroot')
-rwxr-xr-xfreedom-maker/bin/packages-chroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/freedom-maker/bin/packages-chroot b/freedom-maker/bin/packages-chroot
index 42020c4..f2f0e4c 100755
--- a/freedom-maker/bin/packages-chroot
+++ b/freedom-maker/bin/packages-chroot
@@ -1,4 +1,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
+