Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Jan 29, 2022
1 parent 5d1262c commit 7d1efb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
# Code generated by godownloader on 2022-01-29T15:33:57Z. DO NOT EDIT.
# Code generated by godownloader on 2022-01-29T20:10:00Z. DO NOT EDIT.
#

usage() {
Expand Down Expand Up @@ -362,7 +362,7 @@ PROJECT_NAME="tdl"
OWNER=ThreeDotsLabs
REPO="cli"
BINARY=tdl
FORMAT=tar.gz
FORMAT=binary
OS=$(uname_os)
ARCH=$(uname_arch)
PREFIX="$OWNER/$REPO"
Expand Down Expand Up @@ -391,7 +391,7 @@ adjust_arch

log_info "found version: ${VERSION} for ${TAG}/${OS}/${ARCH}"

NAME=${PROJECT_NAME}_${VERSION}_${OS}_${ARCH}
NAME=${BINARY}_${VERSION}_${OS}_${ARCH}
TARBALL=${NAME}.${FORMAT}
TARBALL_URL=${GITHUB_DOWNLOAD}/${TAG}/${TARBALL}
CHECKSUM=checksums.txt
Expand Down

0 comments on commit 7d1efb2

Please sign in to comment.