We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update setup.sh with something like the following:
setup.sh
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' ;;
The text was updated successfully, but these errors were encountered:
Also had to manually install the tabulate python package to get tdf to work:
tdf
source /root/xcat-tools/.venv/bin/activate pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org tabulate deactivate
Sorry, something went wrong.
No branches or pull requests
Update
setup.sh
with something like the following:The text was updated successfully, but these errors were encountered: