forked from brielle/lets-encrypt-scripts
		
	Fixing a few things...
This commit is contained in:
		
							parent
							
								
									9204936dff
								
							
						
					
					
						commit
						26c1dbb1ca
					
				@ -13,7 +13,7 @@
 | 
				
			|||||||
# Where to store the LetsEncrypt package
 | 
					# Where to store the LetsEncrypt package
 | 
				
			||||||
DESTDIR="/usr/src/"
 | 
					DESTDIR="/usr/src/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ZIPURL="https://codeload.github.com/letsencrypt/letsencrypt/zip/master"
 | 
					ZIPURL="https://github.com/letsencrypt/letsencrypt/archive/master.zip"
 | 
				
			||||||
GITREPO="https://github.com/letsencrypt/letsencrypt"
 | 
					GITREPO="https://github.com/letsencrypt/letsencrypt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ $# -eq 0 ]; then
 | 
					if [ $# -eq 0 ]; then
 | 
				
			||||||
@ -40,7 +40,7 @@ case $downloadtype in
 | 
				
			|||||||
		;;
 | 
							;;
 | 
				
			||||||
	zip)
 | 
						zip)
 | 
				
			||||||
		echo "Downloading ${ZIPURL} into ${DESTDIR}"
 | 
							echo "Downloading ${ZIPURL} into ${DESTDIR}"
 | 
				
			||||||
		curl -o letsencrypt.zip ${ZIPURL}
 | 
							curl -L -o letsencrypt.zip ${ZIPURL}
 | 
				
			||||||
		unzip letsencrypt.zip
 | 
							unzip letsencrypt.zip
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user