From 4ee557a20db730cabfbfd3a7b5eae84ee26c80b2 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 8 Mar 2023 22:39:27 +0800 Subject: [PATCH] to-install.sh: improve docker-ce --- 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 9f58248..363cea7 100755 --- a/tools/to-install.sh +++ b/tools/to-install.sh @@ -9,7 +9,7 @@ INSTALL_COMMANDS=(\ [oh-my-tuna]='wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py && sudo python oh-my-tuna.py --global' \ [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' \ + [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' \ )