mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
scripts: fix up installer script comments.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
0e9ea9f779
commit
4f92f405ee
@ -305,10 +305,12 @@ main() {
|
||||
fi
|
||||
|
||||
|
||||
# Step 3: run the installation.
|
||||
# Step 4: run the installation.
|
||||
echo "Installing Tailscale for $OS $VERSION, using method $PACKAGETYPE"
|
||||
case "$PACKAGETYPE" in
|
||||
apt)
|
||||
# Ideally we want to use curl, but on some installs we
|
||||
# only have wget. Detect and use what's available.
|
||||
CURL=
|
||||
if type curl >/dev/null; then
|
||||
CURL="curl -fsSL"
|
||||
|
Loading…
Reference in New Issue
Block a user