Skip to content

Commit

Permalink
Review Python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 4, 2024
1 parent 301c6ea commit 4e613de
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 4e613de

Please sign in to comment.