RexOps / repositorio

Tool to administrate linux repositories
http://www.repositor.io/
55 stars 18 forks source link

centos6 initial mirror errors with missing Expect.pm #53

Open karlh626 opened 7 years ago

karlh626 commented 7 years ago

On a fresh minimal install of CentOS 6, I ran the wget script successfully and then edited the /etc/rex/repositorio.conf to point to a centos 7 repo and epel.

After running the command, repositorio --mirror --repo=

I got the error, about missing Expect.pm

After doing a yum install perl-Expect it seemed to fix the problem.

Just wanted to give a heads up that that part seems to be missing from the install script.