1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

fix apk call

This commit is contained in:
niiwiicamo 2024-10-02 15:37:26 +02:00
parent 9f0632b2a9
commit 348f47189c

View file

@ -1,7 +1,7 @@
# ownDynDNS auth script for certbot dns-01 challenge # ownDynDNS auth script for certbot dns-01 challenge
# install curl # install curl
$(apk --no-cache add curl) apk --no-cache add curl
ACME_PREFIX="_acme-challenge" ACME_PREFIX="_acme-challenge"