1
0
Fork 1

Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:51 -07:00
Ursprung d93684db36
Commit a49c1756b3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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