Browse Source

add curl requirement

pull/1367/head
neil 9 years ago
parent
commit
246fb4b62e
  1. 5
      le.sh

5
le.sh

@ -507,6 +507,11 @@ renewAll() {
install() {
_initpath
if ! command -v "curl" ; then
_info "Please install curl first."
_info "sudo apt-get install curl"
return 1
fi
_info "Installing to $WORKING_DIR"
mkdir -p $WORKING_DIR/

Loading…
Cancel
Save