mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
修复docker安装时异常退出的bug (#116)
This commit is contained in:
parent
42ec8d160e
commit
f9127772dc
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user