Skip to content

Commit

Permalink
scripts/installer.sh: add OSMC
Browse files Browse the repository at this point in the history
Fixes #4960

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Oct 11, 2022
1 parent 680f8d9 commit 51d4886
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d4886

Please sign in to comment.