0) Create the test repository and run update.
cat > /etc/yum.repos.d/testrepo.repo << 'EOF' [testrepo] name=TestRepo Repository baseurl=http://testrepo.altagrade.org:8080 enabled=1 gpgcheck=0 EOF yum install testrepo -y yum clean all -y && yum update -y
- Log in to post comments