summaryrefslogtreecommitdiffstats
path: root/remote/tools/systemd
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-14 16:02:01 +0100
committerJonathan Bauer2013-02-14 16:02:01 +0100
commit5bbedbe7b55dde3fabe7dc4797522b77495df6be (patch)
tree514c84e6efdf3513f4aeaf7545443107c4f96c2b /remote/tools/systemd
parentfix path for gtk-pixbuf? (diff)
downloadtm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.tar.gz
tm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.tar.xz
tm-scripts-5bbedbe7b55dde3fabe7dc4797522b77495df6be.zip
debug output cleaned a bit
Diffstat (limited to 'remote/tools/systemd')
-rw-r--r--remote/tools/systemd/systemd.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/systemd.build b/remote/tools/systemd/systemd.build
index 6df35629..d198f821 100644
--- a/remote/tools/systemd/systemd.build
+++ b/remote/tools/systemd/systemd.build
@@ -19,7 +19,7 @@ install_dependencies() {
add-apt-repository --yes ppa:pitti/systemd
apt-get update --force-yes
fi
- apt-get install -y $DEPS
+ apt-get install -y $DEPS &>/dev/null
}
build () {