summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorErisa A <erisa@tailscale.com>2025-02-06 22:19:16 +0000
committerGitHub <noreply@github.com>2025-02-06 22:19:16 +0000
commitcaafe68eb2db88f16facecde777d8925dbe7cc99 (patch)
tree0e322a81fbabb4ee09fd7428dd3b7c6a6574db65 /scripts
parent08a96a86af56561bbce6521fd8bf612729defc72 (diff)
downloadtailscale-caafe68eb2db88f16facecde777d8925dbe7cc99.tar.xz
tailscale-caafe68eb2db88f16facecde777d8925dbe7cc99.zip
scripts/installer.sh: add BigLinux as a Manjaro derivative (#14936)
Fixes #13343 Signed-off-by: Erisa A <erisa@tailscale.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh
index e74ce7886..3b76a7b88 100755
--- a/scripts/installer.sh
+++ b/scripts/installer.sh
@@ -250,7 +250,7 @@ main() {
VERSION="" # rolling release
PACKAGETYPE="pacman"
;;
- manjaro|manjaro-arm)
+ manjaro|manjaro-arm|biglinux)
OS="manjaro"
VERSION="" # rolling release
PACKAGETYPE="pacman"