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

Update prereq.sh to fix bug report #2356. Make the rpm based installa… #2357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
echo "----------------------"
echo "INSTALLING PYTHON 3.9:"
echo "----------------------"
dnf install python39 -y
dnf install python39 python3-pip -y
fi
fi
echo "--------------"
Expand Down Expand Up @@ -145,4 +145,4 @@ echo "Once IP and hostname is set, provide inputs in input/local_repo_config.yml
echo ""
echo "After local_repo.yml execution, to provision the nodes user can provide inputs in input/network_spec.yml, input/provision_config.yml & input/provision_config_credentials.yml and execute the playbook discovery_provision.yml"
echo ""
echo "For more information: https://omnia-doc.readthedocs.io/en/latest/InstallationGuides/InstallingProvisionTool/index.html"
echo "For more information: https://omnia-doc.readthedocs.io/en/latest/InstallationGuides/InstallingProvisionTool/index.html"