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

Loading…
Cancel
Save