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