11b4a5501d
Only supports Debian family distribution so far. Change-Id: I9fa0b833c34a614fe498c6c6ae599733a69c1309
10 lines
95 B
Bash
Executable File
10 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# install icinga-web
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
install-packages icinga-web icinga-cgi
|
|
|