mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 11:41:14 +00:00
scripts/installer.sh: add Siemens Industrial OS (#17185)
Fixes #17179 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
@@ -110,6 +110,17 @@ main() {
|
||||
APT_KEY_TYPE="keyring"
|
||||
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)
|
||||
OS="debian"
|
||||
PACKAGETYPE="apt"
|
||||
|
||||
Reference in New Issue
Block a user