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 tailscale#9010

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
Signed-off-by: Alex Paguis <alex@windscribe.com>
  • Loading branch information
DentonGentry authored and alexelisenko committed Feb 15, 2024
1 parent 79164a2 commit 33676ef
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 33676ef

Please sign in to comment.