Skip to content

Commit

Permalink
installer.sh: add manjaro-arm & EndeavourOS.
Browse files Browse the repository at this point in the history
Fixes #5192
Fixes #5284

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Aug 11, 2022
1 parent 1c3c6b5 commit 5d731ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ main() {
VERSION="tumbleweed"
PACKAGETYPE="zypper"
;;
arch|archarm)
OS="$ID"
arch|archarm|endeavouros)
OS="arch"
VERSION="" # rolling release
PACKAGETYPE="pacman"
;;
manjaro)
OS="$ID"
manjaro|manjaro-arm)
OS="manjaro"
VERSION="" # rolling release
PACKAGETYPE="pacman"
;;
Expand Down

0 comments on commit 5d731ca

Please sign in to comment.