From b621d840ddbc57506c6c157d407c7bd9d0bb9651 Mon Sep 17 00:00:00 2001 From: LXX <916401988@qq.com> Date: Tue, 23 Apr 2024 15:31:11 +0800 Subject: [PATCH] source --- tmpt/source.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tmpt/source.txt diff --git a/tmpt/source.txt b/tmpt/source.txt new file mode 100644 index 0000000..8591c70 --- /dev/null +++ b/tmpt/source.txt @@ -0,0 +1,51 @@ +deb http://wiki.t-firefly.com/firefly-ubuntu-repo focal main +deb http://wiki.t-firefly.com/firefly-rk3588-repo focal main +# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to +# newer versions of the distribution. +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal main restricted +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal main restricted + +## Major bug fix updates produced after the final release of the +## distribution. +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates main restricted +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates main restricted + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team. Also, please note that software in universe WILL NOT receive any +## review or updates from the Ubuntu security team. +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal universe +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal universe +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates universe +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates universe + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team, and may not be under a free licence. Please satisfy yourself as to +## your rights to use the software. Also, please note that software in +## multiverse WILL NOT receive any review or updates from the Ubuntu +## security team. +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal multiverse +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal multiverse +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates multiverse +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-updates multiverse + +## N.B. software from this repository may not have been tested as +## extensively as that contained in the main release, although it includes +## newer versions of some applications which may provide useful features. +## Also, please note that software in backports WILL NOT receive any review +## or updates from the Ubuntu security team. +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-backports main restricted universe multiverse +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-backports main restricted universe multiverse + +## Uncomment the following two lines to add software from Canonical's +## 'partner' repository. +## This software is not part of Ubuntu, but is offered by Canonical and the +## respective vendors as a service to Ubuntu users. +# deb http://archive.canonical.com/ubuntu focal partner +# deb-src http://archive.canonical.com/ubuntu focal partner + +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security main restricted +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security main restricted +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security universe +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security universe +deb http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security multiverse +# deb-src http://mirrors.ustc.edu.cn/ubuntu-ports/ focal-security multiverse \ No newline at end of file