add installonline
This commit is contained in:
parent
8fe3b6edc5
commit
f3667e440c
6
acme.sh
6
acme.sh
@ -6583,7 +6583,7 @@ installOnline() {
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_branch="$3"
|
_branch="$1"
|
||||||
if [ ! "$_branch" ]; then
|
if [ ! "$_branch" ]; then
|
||||||
_branch="master"
|
_branch="master"
|
||||||
else
|
else
|
||||||
@ -6822,6 +6822,9 @@ _process() {
|
|||||||
--install)
|
--install)
|
||||||
_CMD="install"
|
_CMD="install"
|
||||||
;;
|
;;
|
||||||
|
--install-online)
|
||||||
|
_CMD="installonline"
|
||||||
|
;;
|
||||||
--uninstall)
|
--uninstall)
|
||||||
_CMD="uninstall"
|
_CMD="uninstall"
|
||||||
;;
|
;;
|
||||||
@ -7365,6 +7368,7 @@ _process() {
|
|||||||
_debug "Running cmd: ${_CMD}"
|
_debug "Running cmd: ${_CMD}"
|
||||||
case "${_CMD}" in
|
case "${_CMD}" in
|
||||||
install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail";;
|
install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail";;
|
||||||
|
installonline) installOnline "$_nocron" "$_noprofile" $BRANCH;;
|
||||||
uninstall) uninstall "$_nocron" ;;
|
uninstall) uninstall "$_nocron" ;;
|
||||||
upgrade) upgrade ;;
|
upgrade) upgrade ;;
|
||||||
issue)
|
issue)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user