mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
install epel-release
This commit is contained in:
parent
d3fd961e2f
commit
b6caedc3e7
@ -34,6 +34,7 @@ curl $SILENT $SCRIPT_GIT/bootstrap-build.sh > $SCRIPT_DIR/bootstrap-build.sh
|
||||
chmod o+x $SCRIPT_DIR/*.sh
|
||||
|
||||
# install any required packages
|
||||
dnf install -y epel-release $QUIET
|
||||
dnf install -y netcat $QUIET
|
||||
|
||||
# ask for required parameters (ssh settings and build server FQDN)
|
||||
@ -163,7 +164,7 @@ while true ; do
|
||||
|
||||
## On the HUB
|
||||
# check if nfs has been installed on the hub (only need to install once)
|
||||
if [ ! -f /etc/exports ] ; then
|
||||
if [ ! -s /etc/exports ] ; then
|
||||
# add nfs share for koji files direcory to hub
|
||||
curl $SILENT $SCRIPT_GIT/deploy-koji-nfs-server.sh > $SCRIPT_DIR/deploy-koji-nfs-server.sh
|
||||
chmod o+x $SCRIPT_DIR/deploy-koji-nfs-server.sh
|
||||
|
Loading…
Reference in New Issue
Block a user