Skip to content

Commit

Permalink
Merge pull request #293 from jburel/rocky_python
Browse files Browse the repository at this point in the history
Review Python installation
  • Loading branch information
jburel authored Nov 4, 2024
2 parents 301c6ea + 4e613de commit c4fd205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/step01_rocky9_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PGVER=${PGVER:-pg15}
JAVAVER=${JAVAVER:-openjdk11}
# General additional packages installation
#start-general
dnf -y install python unzip bzip2 wget bc openssl
dnf -y install python3 unzip bzip2 wget bc openssl
#end-general

# Java installation
Expand Down

0 comments on commit c4fd205

Please sign in to comment.