!7 替换正式源
* fix error * 替换正式源 * update scripts/in_chroot/96-resetup-sourceslist. * 修改对source.list的改动
This commit is contained in:
parent
3e75663ba3
commit
4b0cae03e8
|
@ -1,3 +1,9 @@
|
|||
kylin-os-installer (0.2.1-0k6) yangtze; urgency=medium
|
||||
|
||||
* 替换正式源
|
||||
|
||||
-- Allen <zouchang@kylinos.cn> Tue, 19 Jul 2022 16:00:16 +0800
|
||||
|
||||
kylin-os-installer (0.2.1-0k5) yangtze; urgency=medium
|
||||
|
||||
* BUG号 127535
|
||||
|
|
|
@ -28,8 +28,10 @@ deb http://archive.kylinos.cn/kylin/KYLIN-ALL 10.0 main restricted universe mult
|
|||
*)
|
||||
rm -f /etc/apt/sources.list.d/kylin.list ||true
|
||||
echo "
|
||||
deb [trusted=yes] http://ppa.build.openkylin.top/packaging/ppa2/openkylin yangtze main
|
||||
deb [trusted=yes] http://ppa.build.openkylin.top/packaging/ok-tmp/openkylin yangtze main
|
||||
deb http://archive.build.openkylin.top/openkylin/ yangtze main cross pty
|
||||
deb http://archive.build.openkylin.top/openkylin/ yangtze-security main cross pty
|
||||
deb http://archive.build.openkylin.top/openkylin/ yangtze-updates main cross pty
|
||||
deb http://archive.build.openkylin.top/openkylin/ yangtze-proposed main cross pty
|
||||
" >/etc/apt/sources.list
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue