File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ OSNICK=$($READIES/bin/platform --osnick)
67
67
[[ $OSNICK == jammy ]] && OSNICK=ubuntu22.04
68
68
[[ $OSNICK == centos7 ]] && OSNICK=rhel7
69
69
[[ $OSNICK == centos8 ]] && OSNICK=rhel8
70
+ [[ $OSNICK == centos9 ]] && OSNICK=rhel9
70
71
[[ $OSNICK == ol8 ]] && OSNICK=rhel8
71
72
[[ $OSNICK == rocky8 ]] && OSNICK=rhel8
72
73
[[ $OSNICK == rocky9 ]] && OSNICK=rhel9
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ OS=$($READIES/bin/platform --os)
46
46
[[ $OSNICK == jammy ]] && OSNICK=ubuntu22.04
47
47
[[ $OSNICK == centos7 ]] && OSNICK=rhel7
48
48
[[ $OSNICK == centos8 ]] && OSNICK=rhel8
49
+ [[ $OSNICK == centos9 ]] && OSNICK=rhel9
49
50
[[ $OSNICK == ol8 ]] && OSNICK=rhel8
50
51
[[ $OSNICK == rocky8 ]] && OSNICK=rhel8
51
52
[[ $OSNICK == rocky9 ]] && OSNICK=rhel9
You can’t perform that action at this time.
0 commit comments