mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 22:47:30 +00:00
scripts/installer.sh: add bazzite handling (#16779)
Fixes #14540 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
@@ -280,6 +280,14 @@ main() {
|
|||||||
echo "services.tailscale.enable = true;"
|
echo "services.tailscale.enable = true;"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
bazzite)
|
||||||
|
echo "Bazzite comes with Tailscale installed by default."
|
||||||
|
echo "Please enable Tailscale by running the following commands as root:"
|
||||||
|
echo
|
||||||
|
echo "ujust enable-tailscale"
|
||||||
|
echo "tailscale up"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
void)
|
void)
|
||||||
OS="$ID"
|
OS="$ID"
|
||||||
VERSION="" # rolling release
|
VERSION="" # rolling release
|
||||||
|
Reference in New Issue
Block a user