mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
add curl requirement
This commit is contained in:
parent
6de7ef7cda
commit
246fb4b62e
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue