mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-20 21:21:23 +02:00
scripts/installer.sh: add Siemens Industrial OS (#17185)
Fixes #17179 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
parent
cd153aa644
commit
61751a0c9a
@ -110,6 +110,17 @@ main() {
|
|||||||
APT_KEY_TYPE="keyring"
|
APT_KEY_TYPE="keyring"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
industrial-os)
|
||||||
|
OS="debian"
|
||||||
|
PACKAGETYPE="apt"
|
||||||
|
if [ "$(printf %.1s "$VERSION_ID")" -lt 5 ]; then
|
||||||
|
VERSION="buster"
|
||||||
|
APT_KEY_TYPE="legacy"
|
||||||
|
else
|
||||||
|
VERSION="bullseye"
|
||||||
|
APT_KEY_TYPE="keyring"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
parrot|mendel)
|
parrot|mendel)
|
||||||
OS="debian"
|
OS="debian"
|
||||||
PACKAGETYPE="apt"
|
PACKAGETYPE="apt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user