##################################################################### # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [centosApp] name=CentOSApp-9 baseurl=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/ enabled=1 gpgcheck=0 gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8 [centosApp2] name=CentOSAppBase-9 baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/ enabled=1 gpgcheck=0 gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8 #[centosBase] #name=CentOSBase-9 #baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/ #enabled=1 #gpgcheck=0 #gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8 #####################################################################