Skip to content

Commit

Permalink
scripts/installer.sh: add CloudLinux and Alibaba Linux
Browse files Browse the repository at this point in the history
Fixes #9010

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Aug 23, 2023
1 parent 776f9b5 commit 1b8a538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ main() {
VERSION=""
PACKAGETYPE="dnf"
;;
rocky|almalinux|nobara|openmandriva|sangoma|risios)
rocky|almalinux|nobara|openmandriva|sangoma|risios|cloudlinux|alinux)
OS="fedora"
VERSION=""
PACKAGETYPE="dnf"
Expand Down

0 comments on commit 1b8a538

Please sign in to comment.