Compare commits

..

No commits in common. "0f6ee20bed92539ca63eba460a31bf90f845a17a" and "c3baed2bea7485d0fc2bf40274d435d3349dffde" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -229,9 +229,6 @@ router() {
ssh|"" )
run_ssh ssh "${@:3}"
;;
ping|ping6 )
run_ssh ssh "${@:2}"
;;
zssh )
run_ssh zssh
;;

View File

@ -12,7 +12,6 @@ INSTALL_COMMANDS=(\
[docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \
[lemonbench]='curl -fsSL https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s fast # or full' \
[nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \
[alist]='curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install' \
)
install()