From 6b06741683d847678edc82260e24110558511a1b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 9 Jun 2016 08:01:08 +0200 Subject: Updated console scripts. --- scripts/console-install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts/console-install.sh') diff --git a/scripts/console-install.sh b/scripts/console-install.sh index 40b768d..0248d9c 100755 --- a/scripts/console-install.sh +++ b/scripts/console-install.sh @@ -1,9 +1,10 @@ #!/bin/sh -x -WORK_DIR=`pwd` PROJECT_DIR=`cd ../.. ; pwd` -COMPONENT=console -cd $WORK_DIR/build/$COMPONENT/repo +BUILD_DIR=$HOME/build/pki-console + +cd $BUILD_DIR/repo + +dnf install -y *.rpm -yum install -y *.rpm -- cgit