mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-03 20:41:01 +01:00
scripts/installer.sh: handle KDE Linux (#18861)
Display a message pointing to KDE Linux documentation on installing Tailscale Fixes #18306 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
parent
eeb1fa047b
commit
5a2168da9e
@ -341,6 +341,11 @@ main() {
|
||||
echo "https://github.com/tailscale-dev/deck-tailscale"
|
||||
exit 1
|
||||
;;
|
||||
kde-linux)
|
||||
echo "The maintainers of KDE Linux provide documentation on multiple ways to install Tailscale. These instructions are not officially supported by Tailscale:"
|
||||
echo "https://kde.org/linux/docs/more-software/#tailscale"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
# TODO: wsl?
|
||||
# TODO: synology? qnap?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user