mirror of
https://github.com/tailscale/tailscale.git
synced 2026-07-20 21:23:07 +08:00
scripts/installer.sh: remove an unused PACKAGE_NAME variable
This variable wasn't used in the commit when it was introduced (bd5c509).
Fixes #19841
Change-Id: I82a2ba613c71eb99d98c5e7063e8cd077ba03ece
Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
parent
9175fe2675
commit
11a6255b22
@ -534,7 +534,6 @@ main() {
|
||||
[ "$VERSION" != "" ] && OSVERSION="$OSVERSION $VERSION"
|
||||
|
||||
# Prepare package name with optional version
|
||||
PACKAGE_NAME="tailscale"
|
||||
if [ -n "$TAILSCALE_VERSION" ]; then
|
||||
echo "Installing Tailscale $TAILSCALE_VERSION for $OSVERSION, using method $PACKAGETYPE"
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user