mirror of
				https://src.koozali.org/infra/smeserver-koji.git
				synced 2025-10-31 14:21:27 +01:00 
			
		
		
		
	add -y parameter to dnf
This commit is contained in:
		| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trevor Batley
					Trevor Batley