mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-12-18 19:50:18 +08:00
Compare commits
No commits in common. "0f6ee20bed92539ca63eba460a31bf90f845a17a" and "c3baed2bea7485d0fc2bf40274d435d3349dffde" have entirely different histories.
0f6ee20bed
...
c3baed2bea
|
@ -229,9 +229,6 @@ router() {
|
||||||
ssh|"" )
|
ssh|"" )
|
||||||
run_ssh ssh "${@:3}"
|
run_ssh ssh "${@:3}"
|
||||||
;;
|
;;
|
||||||
ping|ping6 )
|
|
||||||
run_ssh ssh "${@:2}"
|
|
||||||
;;
|
|
||||||
zssh )
|
zssh )
|
||||||
run_ssh zssh
|
run_ssh zssh
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -12,7 +12,6 @@ INSTALL_COMMANDS=(\
|
||||||
[docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \
|
[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' \
|
[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' \
|
[nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \
|
||||||
[alist]='curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install' \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
install()
|
install()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user