mirror of
https://git.icinga.com/packaging/rpm-icinga-php-library.git
synced 2025-09-21 00:57:38 +02:00
9 lines
141 B
Bash
Executable File
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
|