summaryrefslogtreecommitdiffstats
path: root/remote/tools/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'remote/tools/systemd')
-rw-r--r--remote/tools/systemd/build.systemd4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/tools/systemd/build.systemd b/remote/tools/systemd/build.systemd
index 4f3f2117..40c76327 100644
--- a/remote/tools/systemd/build.systemd
+++ b/remote/tools/systemd/build.systemd
@@ -14,8 +14,8 @@ fetch_source ()
install_dependencies()
{
# quick fix for missing libkmod repo...
- add-apt-repository ppa:pitti/systemd
- apt-get update
+ add-apt-repository --yes ppa:pitti/systemd
+ apt-get update --force-yes
apt-get install --force-yes $DEPS
}