From 2676e9518437d88012968e19bd2926e8631d9828 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sun, 5 May 2013 15:18:00 -0400 Subject: Updated scripts. --- scripts/core-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/core-install.sh') diff --git a/scripts/core-install.sh b/scripts/core-install.sh index f12fea2..86fc7cb 100755 --- a/scripts/core-install.sh +++ b/scripts/core-install.sh @@ -6,4 +6,4 @@ COMPONENT=core cd $WORK_DIR/build/$COMPONENT/repo -yum install -y *.rpm +yum localinstall -y *.rpm -- cgit