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>
This commit is contained in:
Denton Gentry 2022-06-28 07:54:14 -07:00 committed by Denton Gentry
parent fe3426b4c7
commit e6572a0f08

View File

@ -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