From 4cca271be41a04a9d8d79cdb7664f782dca1380c Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Fri, 25 Jan 2013 20:15:53 +0000 Subject: Install dbus separatedly Signed-off-by: Daniel Francis --- 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 "##################" -- cgit v0.9.1