mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
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:
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…
Reference in New Issue
Block a user