mirror of
https://github.com/tailscale/tailscale.git
synced 2026-07-25 14:56:25 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user