Skip to content

Commit ab5dba2

Browse files
author
carabasdaniel
authored
Merge pull request #165 from david22swan/maint/main/almalinux_rocky_support
(maint) Add Support for AlmaLinux and Rocky
2 parents 2c02109 + 52d68d8 commit ab5dba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/pdksync/utils.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,10 @@ def self.normalize_os(os)
10921092
'Ubuntu'
10931093
when %r{win}i
10941094
'Windows'
1095+
when %r{rocky}i
1096+
'Rocky'
1097+
when %r{almalinux}i
1098+
'AlmaLinux'
10951099
else
10961100
raise "Could not normalize OS value: #{os}"
10971101
end

0 commit comments

Comments
 (0)