From 4643ca0087562376ff8e06f36f88907dc245aa1c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 20 Jul 2017 08:47:32 +0200 Subject: Added client scripts. --- scripts/client-install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/client-install.sh (limited to 'scripts/client-install.sh') diff --git a/scripts/client-install.sh b/scripts/client-install.sh new file mode 100755 index 0000000..5ab156f --- /dev/null +++ b/scripts/client-install.sh @@ -0,0 +1,9 @@ +#!/bin/sh -x + +PROJECT_DIR=`cd ../.. ; pwd` + +BUILD_DIR=$HOME/build/pki-client + +cd $BUILD_DIR/repo + +yum install -y *.rpm -- cgit