This commit is contained in:
Super Manito
2025-12-06 07:45:45 +08:00
parent 8c113a955a
commit 57753a4bc2
5 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
## Author: SuperManito
## Modified: 2025-12-01
## Modified: 2025-12-06
## License: MIT
## GitHub: https://github.com/SuperManito/LinuxMirrors
## Website: https://linuxmirrors.cn
@@ -531,7 +531,7 @@ function collect_system_info() {
if [ -s "${File_DebianVersion}" ]; then
SYSTEM_FACTIONS="${SYSTEM_DEBIAN}"
if [ -s "${File_kylinVersion}" ]; then
[[ "${ONLY_REGISTRY}" != "true" ]] && unsupport_system_error "Kylin Desktop" "apt-get install -y docker\nsystemctl enable --now docker"
[[ "${ONLY_REGISTRY}" != "true" ]] && unsupport_system_error "Kylin Desktop" "apt-get install -y docker\nsystemctl enable --now docker.io"
fi
elif [ -s "${File_RedHatRelease}" ]; then
SYSTEM_FACTIONS="${SYSTEM_REDHAT}"
@@ -671,16 +671,16 @@ function collect_system_info() {
esac
;;
# "${SYSTEM_KYLIN_DESKTOP}")
# SOURCE_BRANCH="debian"
# SOURCE_BRANCH="ubuntu"
# case "${SYSTEM_VERSION_ID_MAJOR}" in
# "v10")
# SOURCE_BRANCH_CODENAME="bullseye"
# SOURCE_BRANCH_CODENAME="focal"
# ;;
# "v11")
# SOURCE_BRANCH_CODENAME="${debian_codename_latest}"
# SOURCE_BRANCH_CODENAME="noble"
# ;;
# *)
# SOURCE_BRANCH_CODENAME="${debian_codename_latest}"
# SOURCE_BRANCH_CODENAME="noble"
# ;;
# esac
# ;;