Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-env-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-env-setup.sh')
-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 "##################"