Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:51 -07:00
父節點 d93684db36
當前提交 a49c1756b3
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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