Skip to content

Commit

Permalink
scripts/installer.sh: add GalliumOS and Sangoma Linux
Browse files Browse the repository at this point in the history
Fixes tailscale#6541
Fixes tailscale#6555

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry authored and darksip committed Feb 25, 2023
1 parent dbd21b1 commit 99aaf02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ main() {
APT_KEY_TYPE="keyring"
fi
;;
galliumos)
OS="ubuntu"
PACKAGETYPE="apt"
VERSION="bionic"
APT_KEY_TYPE="legacy"
;;
raspbian)
OS="$ID"
VERSION="$VERSION_CODENAME"
Expand Down Expand Up @@ -171,7 +177,7 @@ main() {
VERSION=""
PACKAGETYPE="dnf"
;;
rocky|almalinux|nobara|openmandriva)
rocky|almalinux|nobara|openmandriva|sangoma)
OS="fedora"
VERSION=""
PACKAGETYPE="dnf"
Expand Down

0 comments on commit 99aaf02

Please sign in to comment.