Skip to content

Commit

Permalink
Add 7.7 rel
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapiitao committed Jul 12, 2021
1 parent fcf9be7 commit 9106556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-deps.sh
Expand Up @@ -36,7 +36,7 @@ python_cmd() {
if [ "$distribution_major_version" -ge "8" ]; then
PYTHON_CMD=python3
elif [ "$distribution_major_version" -eq "7" ]; then
release_val=$(cat /etc/centos-release | awk '{print $4 }' | grep '^7.8\|^7.9')
release_val=$(cat /etc/centos-release | awk '{print $4 }' | grep '^7.7\|^7.8\|^7.9')
python_val=$(rpm -q python3)
if [ ! -z $release_val ] && [[ $python_val =~ "python3-" ]]; then
# declare centos7 python3 variable:
Expand Down

0 comments on commit 9106556

Please sign in to comment.