install.sh: Add archarm and Raspbian Stretch

Fixes https://github.com/tailscale/tailscale/issues/4959
Fixes https://github.com/tailscale/tailscale/issues/4897

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/5014/head
Denton Gentry 2 years ago committed by Denton Gentry
parent fe3426b4c7
commit e6572a0f08

@ -191,7 +191,7 @@ main() {
VERSION="tumbleweed" VERSION="tumbleweed"
PACKAGETYPE="zypper" PACKAGETYPE="zypper"
;; ;;
arch) arch|archarm)
OS="$ID" OS="$ID"
VERSION="" # rolling release VERSION="" # rolling release
PACKAGETYPE="pacman" PACKAGETYPE="pacman"
@ -292,7 +292,8 @@ main() {
fi fi
;; ;;
raspbian) raspbian)
if [ "$VERSION" != "buster" ] && \ if [ "$VERSION" != "stretch" ] && \
[ "$VERSION" != "buster" ] && \
[ "$VERSION" != "bullseye" ] [ "$VERSION" != "bullseye" ]
then then
OS_UNSUPPORTED=1 OS_UNSUPPORTED=1

Loading…
Cancel
Save