From 51d488673acba3b8e49a61269bd77ad5c69110e5 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 27 Aug 2022 21:46:03 -0700 Subject: [PATCH] scripts/installer.sh: add OSMC Fixes https://github.com/tailscale/tailscale/issues/4960 Signed-off-by: Denton Gentry --- scripts/installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index 17f5322a9..49124c00e 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -227,6 +227,13 @@ main() { VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)" PACKAGETYPE="pkg" ;; + osmc) + OS="debian" + PACKAGETYPE="apt" + VERSION="bullseye" + APT_KEY_TYPE="keyring" + ;; + # TODO: wsl? # TODO: synology? qnap? esac