Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/yum/update_local_repo.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/yum/update_local_repo.sh b/scripts/yum/update_local_repo.sh
index 4b4b60a..e1d5aa6 100644
--- a/scripts/yum/update_local_repo.sh
+++ b/scripts/yum/update_local_repo.sh
@@ -1,9 +1,12 @@
-set -e
+## This script should be ran in a clean build (before installing anything)
+## because if not some dependencies are not resolved because they are
+## already installed
sudo yum install --assumeyes --nogpg yum-utils
## Common utils that I use
-sudo yumdownloader --resolve vim git htop emacs-nox multitail screen
+sudo yumdownloader --resolve vim git htop emacs-nox multitail screen \
+ yum-utils
## Those used to compile sugar / artwork / toolkit
sudo yumdownloader --resolve git make alsa-lib-devel gettext-devel \