scripts/installer.sh: add bazzite handling (#16779)

Fixes #14540

Signed-off-by: Erisa A <erisa@tailscale.com>
pull/16777/merge
Erisa A 4 months ago committed by GitHub
parent 9f29c428f4
commit ad273d75b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -280,6 +280,14 @@ main() {
echo "services.tailscale.enable = true;"
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)
OS="$ID"
VERSION="" # rolling release

Loading…
Cancel
Save