Fixing a few things...
parent
d93684db36
commit
a49c1756b3
|
@ -38,7 +38,7 @@ case $downloadtype in
|
|||
echo "Cloning repo into ${DESTDIR}..."
|
||||
git clone ${GITREPO}
|
||||
;;
|
||||
tar)
|
||||
zip)
|
||||
echo "Downloading ${ZIPURL} into ${DESTDIR}"
|
||||
curl -o letsencrypt.zip ${ZIPURL}
|
||||
unzip letsencrypt.zip
|
||||
|
|
Loading…
Reference in New Issue