Skip to content

Commit

Permalink
Add support for CentOS Stram 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmascher authored and mambelli committed Jul 19, 2024
1 parent 4283852 commit 96c107f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creation/web_base/condor_platform_select.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ findversion_redhat() {
#
# should I check that it is SL/RHEL/CentOS ?
# no
grep -q 'CentOS Stream release 9' /etc/redhat-release && condor_os='linux-rhel9,rhel9' && return
grep -q 'release 9.' /etc/redhat-release && condor_os='linux-rhel9,rhel9' && return
grep -q 'CentOS Stream release 8' /etc/redhat-release && condor_os='linux-rhel8,rhel8' && return
grep -q 'release 8.' /etc/redhat-release && condor_os='linux-rhel8,rhel8' && return
Expand Down

0 comments on commit 96c107f

Please sign in to comment.