summaryrefslogtreecommitdiffstats
path: root/scripts/console-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/console-install.sh')
-rwxr-xr-xscripts/console-install.sh9
1 files changed, 5 insertions, 4 deletions
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