From 73fc0f0736b1a1ebcb4f8281cbbf9926a09745f2 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 22 Nov 2012 21:27:45 +0000 Subject: Remove set -e on yum update scp commands will fail for arm if we are on i386 and the process will stop --- 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 \ -- cgit v0.9.1