修复docker安装时异常退出的bug (#116)

This commit is contained in:
YJwu2023 2022-12-17 23:43:23 +08:00 committed by GitHub
parent 42ec8d160e
commit f9127772dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \