From a9064bece5780b22573cb705d124a826bb04a3d0 Mon Sep 17 00:00:00 2001 From: tingyin Date: Thu, 14 Aug 2025 09:48:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tingyin --- ...10\345\205\245\345\256\236\350\267\265.md" | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git "a/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" "b/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" index b7ddcdb..e3be7d7 100644 --- "a/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" +++ "b/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" @@ -43,16 +43,16 @@ **vim /etc/yum.repos.d/local.repo** -[BaseOS] -name=BaseOS -baseurl=[file:///mnt/iso/BaseOS](file:///mnt/iso/BaseOS) -gpgcheck=0 -enabled=1 -[AppStream] -name=AppStream -baseurl=[file:///mnt/iso/AppStream](file:///mnt/iso/AppStream) -gpgcheck=0 -enabled=1 +[BaseOS]
+name=BaseOS
+baseurl=file:///mnt/iso/BaseOS
+gpgcheck=0
+enabled=1
+[AppStream]
+name=AppStream
+baseurl=file:///mnt/iso/AppStream
+gpgcheck=0
+enabled=1
最后,执行yum makecache。 -- Gitee