Skip to content

Commit

Permalink
Update tailscale-installer.sh
Browse files Browse the repository at this point in the history
#!/usr/bin/env bash

# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
  • Loading branch information
nobodywatchin authored Mar 27, 2024
1 parent 0a767af commit 92d6b92
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/scripts/tailscale-installer.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/sh
# Copyright (c) Tailscale Inc & AUTHORS
# SPDX-License-Identifier: BSD-3-Clause
#
# This script detects the current operating system, and installs
# Tailscale according to that OS's conventions.
#!/usr/bin/env bash

# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
set -eu

# All the code is wrapped in a main function that gets called at the
Expand Down

0 comments on commit 92d6b92

Please sign in to comment.