Skip to content

Commit

Permalink
Remove Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Sep 25, 2024
1 parent c89758b commit 2c9d38c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,6 @@ main() {
VERSION="" # rolling release
PACKAGETYPE="pacman"
;;
gentoo)
OS="$ID"
VERSION="" # rolling release
PACKAGETYPE="emerge"
;;
osmc)
OS="debian"
PACKAGETYPE="apt"
Expand Down Expand Up @@ -261,9 +256,6 @@ main() {
manjaro)
# Rolling release, no version checking needed.
;;
gentoo)
# Rolling release, no version checking needed.
;;
macos)
# We delegate macOS installation to the app store, it will
# perform version checks for us.
Expand Down

0 comments on commit 2c9d38c

Please sign in to comment.