dataset/seed/applicationservice/2022.03.08/unbound/packer/image/scripts/20-unbound
2022-03-08 19:42:28 +01:00

9 lines
150 B
Bash

#!/bin/bash
set -xe
[ -e /tmp/proxy.sh ] && . /tmp/proxy.sh
microdnf -y --nodocs --noplugins install unbound
make_volatile /var/lib/unbound
exit 0