forked from stove/dataset
8 lines
88 B
Text
8 lines
88 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
microdnf -y --nodocs --noplugins install openldap-servers
|
||
|
|
||
|
exit 0
|