Add plugin req

此提交包含在:
2020-08-01 20:52:33 -04:00
父節點 28e61360ae
當前提交 b93f43f6fe

查看文件

@@ -90,6 +90,8 @@ get_acme() {
curl https://get.acme.sh | sh
source "$HOME/.bashrc"
"$HOME/.acme.sh/acme.sh" --upgrade --auto-upgrade
[[ "$METHOD" == "dns" ]] && \
curl -o "$HOME/.acme.sh/dnsapi/dns_cpaneldns.sh" https://raw.githubusercontent.com/cryobry/dns_cpaneldns/master/dns_cpaneldns.sh
}