Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2013-01-25 20:15:53 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2013-01-25 20:15:53 (GMT)
commit4cca271be41a04a9d8d79cdb7664f782dca1380c (patch)
tree0f7069798b76cb06ff6d5503e3c49d4c7993cb9b
parentdec1068552fbca1f6719ded3550d25461f8337f4 (diff)
Install dbus separatedly
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
-rwxr-xr-xsugar-env-setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar-env-setup.sh b/sugar-env-setup.sh
index e91abed..a89d337 100755
--- a/sugar-env-setup.sh
+++ b/sugar-env-setup.sh
@@ -29,6 +29,8 @@ install_packages () {
echo "###############################################"
echo "Installing packages required to run Sugar-build"
echo "###############################################"
+ # Dbus first because sometimes gives an error
+ apt-get -y install dbus
apt-get -y install ssh git python sudo time locales dialog python-apt
echo "##### OK #####"
echo "##################"