2021-07-19 13:44:52 +02:00

9 lines
141 B
Bash
Executable File

#!/bin/bash
# this script runs in the rpm_test environment
PACKAGES=( icinga-php-library )
icinga-build-rpm-install "${PACKAGES[@]}"
bash