From 809f20fab3a3bf86e3a16c781125ffd4154b8dd8 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 21 Nov 2022 23:46:53 +0800 Subject: [PATCH] to-install.sh; v2ray -> v2fly --- tools/{install.sh => to-install.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/{install.sh => to-install.sh} (93%) diff --git a/tools/install.sh b/tools/to-install.sh similarity index 93% rename from tools/install.sh rename to tools/to-install.sh index 9e20984..9f58248 100755 --- a/tools/install.sh +++ b/tools/to-install.sh @@ -7,7 +7,7 @@ INSTALL_COMMANDS=(\ [acme.sh]="curl https://get.acme.sh | sh -s email=${EMAIL:-me@beardic.cn}" \ [oh-my-zsh]='sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' \ [oh-my-tuna]='wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py && sudo python oh-my-tuna.py --global' \ - [v2ray]="bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) #--remove" \ + [v2fly]="bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) #--remove" \ [zerotier-one]='curl -s https://install.zerotier.com | sudo bash' \ [docker-ce]='curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh #--mirror Aliyun #--dry-run' \ [lemonbench]='curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast # or full' \