mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
add -y parameter to dnf
This commit is contained in:
parent
9702e91694
commit
87893cb52d
@ -9,10 +9,10 @@ source "$SCRIPT_DIR"/parameters.sh
|
||||
|
||||
# Install all the required packages (some live in the epel repo, so we need to install that too)
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf install epel-release
|
||||
dnf install koji-hub mod_ssl koji koji-web koji-utils policycoreutils-python-utils
|
||||
dnf install -y epel-release
|
||||
dnf install -y koji-hub mod_ssl koji koji-web koji-utils policycoreutils-python-utils
|
||||
dnf module enable postgresql:10
|
||||
dnf install postgresql-server
|
||||
dnf install -y postgresql-server
|
||||
|
||||
## SETTING UP SSL CERTIFICATES FOR AUTHENTICATION
|
||||
mkdir -p "$KOJI_PKI_DIR"/{certs,private}
|
||||
|
Loading…
Reference in New Issue
Block a user