Skip to content

Commit

Permalink
add Rocky to supported Linux distributions (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <[email protected]>
Co-authored-by: Sven Nierlein <[email protected]>
  • Loading branch information
sni and sni committed Jun 20, 2023
1 parent 15bd982 commit 14de19e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ set_VENDOR_DISTRIBUTION ()
nixos)
VENDOR_DISTRIBUTION='nixos'
;;
rocky)
VENDOR_DISTRIBUTION='rocky'
;;
*)
die "attempt to set an invalid VENDOR_DISTRIBUTION=$dist"
;;
Expand Down Expand Up @@ -275,6 +278,9 @@ set_VENDOR_RELEASE ()
nixos)
VENDOR_RELEASE="$release"
;;
rocky)
VENDOR_RELEASE="$release"
;;
unknown)
die "attempt to set VENDOR_RELEASE without setting VENDOR_DISTRIBUTION"
;;
Expand Down Expand Up @@ -331,6 +337,9 @@ set_VENDOR ()
suse)
VENDOR='suse'
;;
rocky*)
VENDOR='rocky'
;;
*)
die "An attempt was made to set an invalid VENDOR=$vendor"
;;
Expand Down

0 comments on commit 14de19e

Please sign in to comment.