Skip to content
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"