From f9127772dc372a2e607388fdd6818d3f9c4c6d28 Mon Sep 17 00:00:00 2001 From: YJwu2023 <119829947+YJwu2023@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=97=B6=E5=BC=82=E5=B8=B8=E9=80=80=E5=87=BA=E7=9A=84bug=20(#1?= =?UTF-8?q?16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/bootstrap.sh b/tools/bootstrap.sh index f1f11edd..b4cf0f02 100644 --- a/tools/bootstrap.sh +++ b/tools/bootstrap.sh @@ -42,7 +42,6 @@ install_ubuntu_debian_pkg() if [ -z "$(which docker)" ]; then echo "正在安装docker..." - exit 1 sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg echo \