summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/tools/systemd/build.systemd3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/tools/systemd/build.systemd b/remote/tools/systemd/build.systemd
index 0a899488..4f3f2117 100644
--- a/remote/tools/systemd/build.systemd
+++ b/remote/tools/systemd/build.systemd
@@ -13,6 +13,9 @@ fetch_source ()
install_dependencies()
{
+ # quick fix for missing libkmod repo...
+ add-apt-repository ppa:pitti/systemd
+ apt-get update
apt-get install --force-yes $DEPS
}