mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-12-18 14:50:16 +08:00
Compare commits
2 Commits
c3baed2bea
...
0f6ee20bed
Author | SHA1 | Date | |
---|---|---|---|
0f6ee20bed | |||
f861eee424 |
|
@ -229,6 +229,9 @@ router() {
|
|||
ssh|"" )
|
||||
run_ssh ssh "${@:3}"
|
||||
;;
|
||||
ping|ping6 )
|
||||
run_ssh ssh "${@:2}"
|
||||
;;
|
||||
zssh )
|
||||
run_ssh zssh
|
||||
;;
|
||||
|
|
|
@ -12,6 +12,7 @@ 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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user