Honza Hommer

Results 6 issues of Honza Hommer

This PR allows to pass arguments as referenced in in issue https://github.com/Neilpang/get.acme.sh/issues/2, related PR https://github.com/Neilpang/acme.sh/pull/2274. ``` wget -O- ... | sh -s -- --home /some/dir --noprofile --nocron ```

See related issue Neilpang/acme.sh#2496. https://github.com/Neilpang/acme.sh/blob/909441bc5770df6da1e986ec9cf9ceb11078f108/notify/mail.sh#L101 If `$MAIL_FROM` is matching pattern `^.*$` (Name ), then string between angle brackets is used as envelope.

Allow specify options in install online function as referenced in issue https://github.com/Neilpang/get.acme.sh/issues/2. Backward compatibility with actual allowed options, related PR https://github.com/Neilpang/get.acme.sh/pull/5.