Share functions needed by all elements in a common lib. install_packages can be used lately to support other non-debian based distributions. Change-Id: I9fa0b833c34a614fe498c6c6ae599733a69c1309
10 lines
134 B
Bash
Executable File
10 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# install icinga-core
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
source /lib/diskimage-builder/elements-functions
|
|
install_packages icinga-core
|