Update docker.sh

This commit is contained in:
starry
2025-09-12 15:30:22 +08:00
committed by GitHub
parent 25e9ab7050
commit 1beebebc83

View File

@@ -715,6 +715,7 @@ function configure_docker_ce_mirror() {
fi
chmod a+r $file_keyring
## 添加源
[ -d "${Dir_AptAdditionalSources}" ] || mkdir -p $Dir_AptAdditionalSources
echo "deb [arch=${SOURCE_ARCH} signed-by=${file_keyring}] https://${SOURCE}/linux/${SOURCE_BRANCH} ${SYSTEM_VERSION_CODENAME} stable" | tee $Dir_DebianExtendSource/docker.list >/dev/null 2>&1
apt-get update
;;