From c3baed2bea7485d0fc2bf40274d435d3349dffde Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 22 Dec 2023 15:11:56 +0800 Subject: [PATCH] to-install: update lemonbench --- tools/to-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/to-install.sh b/tools/to-install.sh index 04b019e..d163758 100755 --- a/tools/to-install.sh +++ b/tools/to-install.sh @@ -10,7 +10,7 @@ INSTALL_COMMANDS=(\ [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 | sudo bash -s - --mirror Aliyun #--dry-run' \ - [lemonbench]='curl -fsSL https://ilemonra.in/LemonBenchIntl | 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' \ )