Browse Source

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

Fixes #14540

Signed-off-by: Erisa A <[email protected]>
Erisa A 7 months ago
parent
commit
ad273d75b7
1 changed files with 8 additions and 0 deletions
  1. 8 0
      scripts/installer.sh

+ 8 - 0
scripts/installer.sh

@@ -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