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 b7ddcdba2030bf0cd7176a8d89113381fea6e5d1..e3be7d7183a00805691cfbf6b7248ccc6bef0ab0 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。