rdbreak / rhce8env

This is a RHCE 8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-hpc829w5-8J60PBmh_5E_nfeBkbfzIA
MIT License
120 stars 51 forks source link

fix typo in readme #29

Closed McSim85 closed 1 year ago

McSim85 commented 1 year ago

This PR fixes the error during deployment:

--2023-01-12 23:10:25--  http://wget/
Resolving wget (wget)... failed: Name or service not known.
wget: unable to resolve host address 'wget'
--2023-01-12 23:10:25--  http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
Resolving download.virtualbox.org (download.virtualbox.org)... 104.111.216.80
Connecting to download.virtualbox.org (download.virtualbox.org)|104.111.216.80|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 259 [text/plain]
Saving to: '/etc/yum.repos.d/virtualbox.repo'

/etc/yum.repos.d/virtualbox.repo                              100%[============================================================>]     259  --.-KB/s    in 0s

2023-01-12 23:10:26 (55.8 MB/s) - '/etc/yum.repos.d/virtualbox.repo' saved [259/259]

FINISHED --2023-01-12 23:10:26--
Total wall clock time: 0.7s
Downloaded: 1 files, 259 in 0s (55.8 MB/s)

There are also some end-line spaces that my text editor didn't like and removed. :-)

McSim85 commented 1 year ago

I am closing this out. Everything is included in https://github.com/rdbreak/rhce8env/pull/33