From 5ac8763568c49ad5db06dff3e396d3eefc6d3abc Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Thu, 23 Jul 2020 17:42:13 +0200 Subject: [PATCH] First attempt to use custom repo --- acme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/acme.sh b/acme.sh index bde2b1a..0e79a24 100755 --- a/acme.sh +++ b/acme.sh @@ -6349,6 +6349,7 @@ _installOnline() { BRANCH="master" fi + $PROJECT=$(_readaccountconf "PROJECT") target="$PROJECT/archive/$BRANCH.tar.gz" _info "Downloading $target" localname="$BRANCH.tar.gz"