diff -Nru kylin-os-installer-0.2.2/debian/changelog kylin-os-installer-0.2.2/debian/changelog --- kylin-os-installer-0.2.2/debian/changelog 2024-12-26 12:18:28.000000000 +0800 +++ kylin-os-installer-0.2.2/debian/changelog 2025-01-03 18:16:54.000000000 +0800 @@ -1,3 +1,9 @@ +kylin-os-installer (0.2.2-0k1.4) huanghe; urgency=medium + + * change source.list from nile to huanghe. + + -- handsome_feng <jianfengli@ubuntukylin.com> Fri, 03 Jan 2025 18:16:54 +0800 + kylin-os-installer (0.2.2-0k1.3) huanghe; urgency=medium * 增加验证密码提示中是否包含完整密码功能 diff -Nru kylin-os-installer-0.2.2/scripts/in_chroot/96-resetup-sourceslist kylin-os-installer-0.2.2/scripts/in_chroot/96-resetup-sourceslist --- kylin-os-installer-0.2.2/scripts/in_chroot/96-resetup-sourceslist 2024-12-26 12:18:28.000000000 +0800 +++ kylin-os-installer-0.2.2/scripts/in_chroot/96-resetup-sourceslist 2025-01-03 18:16:54.000000000 +0800 @@ -28,9 +28,9 @@ *) rm -f /etc/apt/sources.list.d/kylin.list ||true echo " -deb http://archive.build.openkylin.top/openkylin/ nile main cross pty -deb http://archive.build.openkylin.top/openkylin/ nile-security main cross pty -deb http://archive.build.openkylin.top/openkylin/ nile-updates main cross pty +deb http://archive.build.openkylin.top/openkylin/ huanghe main cross pty +deb http://archive.build.openkylin.top/openkylin/ huanghe-security main cross pty +deb http://archive.build.openkylin.top/openkylin/ huanghe-updates main cross pty " >/etc/apt/sources.list ;; esac