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-26 17:03:25 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2013-01-26 17:03:25 (GMT)
commit69c4499fa24f4ce1ffd05e47dd0ffa79631a673f (patch)
tree2b1899cf508970cd6b91aadce1c077b0fd067a42
parenta72868f9e5032f8c56fbd4997e0a6c2aa3f7f501 (diff)
Remove temporary fixHEADmaster
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
-rwxr-xr-xsugar-env-setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar-env-setup.sh b/sugar-env-setup.sh
index 6e3300c..c6296fe 100755
--- a/sugar-env-setup.sh
+++ b/sugar-env-setup.sh
@@ -29,8 +29,6 @@ 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 "##################"