mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +00:00
scripts/installer.sh: add Mendel OS and OpenMandriva.
Fixes https://github.com/tailscale/tailscale/issues/6926 Fixes https://github.com/tailscale/tailscale/issues/7076 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
bd81d520ab
commit
01d58c9b61
@ -102,7 +102,7 @@ main() {
|
|||||||
APT_KEY_TYPE="keyring"
|
APT_KEY_TYPE="keyring"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
parrot)
|
parrot|mendel)
|
||||||
OS="debian"
|
OS="debian"
|
||||||
PACKAGETYPE="apt"
|
PACKAGETYPE="apt"
|
||||||
if [ "$VERSION_ID" -lt 5 ]; then
|
if [ "$VERSION_ID" -lt 5 ]; then
|
||||||
@ -171,7 +171,7 @@ main() {
|
|||||||
VERSION=""
|
VERSION=""
|
||||||
PACKAGETYPE="dnf"
|
PACKAGETYPE="dnf"
|
||||||
;;
|
;;
|
||||||
rocky|almalinux|nobara)
|
rocky|almalinux|nobara|openmandriva)
|
||||||
OS="fedora"
|
OS="fedora"
|
||||||
VERSION=""
|
VERSION=""
|
||||||
PACKAGETYPE="dnf"
|
PACKAGETYPE="dnf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user