From 043e0596c648ed189093766e05bfe156f5986ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B1=BC=E9=A6=99ROS?= <87068644+fishros@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:23:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(source):=20=E4=BF=AE=E5=A4=8Darm=E6=BA=90?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/tool_config_system_source.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/tool_config_system_source.py b/tools/tool_config_system_source.py index 34f5866..7dff5b3 100644 --- a/tools/tool_config_system_source.py +++ b/tools/tool_config_system_source.py @@ -7,10 +7,10 @@ ubuntu_ports_sources_template = """ -deb -ports/ main restricted universe multiverse -deb -ports/ -updates main restricted universe multiverse -deb -ports/ -backports main restricted universe multiverse -deb https://mirrors.ustc.edu.cn/ubuntu-ports/ -security main restricted universe multiverse +deb / main restricted universe multiverse +deb / -updates main restricted universe multiverse +deb / -backports main restricted universe multiverse +deb / -security main restricted universe multiverse """ ubuntu_amd64_sources_template = """ deb / main restricted universe multiverse