Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup should support Rocky Linux #63

Open
billglick opened this issue Oct 17, 2024 · 1 comment
Open

Setup should support Rocky Linux #63

billglick opened this issue Oct 17, 2024 · 1 comment

Comments

@billglick
Copy link
Member

Update setup.sh with something like the following:

  case "$_osname" in
    rhel)
      _pkgname='https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm'
      ;;
    rocky)
      _pkgname='epel-release'
      ;;
    centos)
      _pkgname='epel-release'
      ;;
@billglick
Copy link
Member Author

Also had to manually install the tabulate python package to get tdf to work:

source /root/xcat-tools/.venv/bin/activate
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org tabulate
deactivate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant