diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-30 17:44:18 -0400 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@redhat.com> | 2013-05-30 17:44:18 -0400 |
| commit | b8418ed021f7ecea8642b10b15be2c42280dd163 (patch) | |
| tree | d97dd400c3e12fde4ec740e923ff1b671a1dbd48 /scripts/core-update.sh | |
| parent | b570cb0b51dbce1e252858e4d66459f2f127925c (diff) | |
| download | pki-dev-b8418ed021f7ecea8642b10b15be2c42280dd163.tar.gz pki-dev-b8418ed021f7ecea8642b10b15be2c42280dd163.tar.xz pki-dev-b8418ed021f7ecea8642b10b15be2c42280dd163.zip | |
Updated merged configuration.
Diffstat (limited to 'scripts/core-update.sh')
| -rwxr-xr-x | scripts/core-update.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/core-update.sh b/scripts/core-update.sh index 57ef607..e38b85e 100755 --- a/scripts/core-update.sh +++ b/scripts/core-update.sh @@ -1,6 +1,4 @@ #!/bin/sh -x -SRC_DIR=`cd ../.. ; pwd` - -cd $SRC_DIR/repo -rpm -Uvh *.rpm +./core-remove.sh +./core-install.sh |
