Skip to content

Commit

Permalink
Update godownloader2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyavecom authored Dec 12, 2022
1 parent e77a5c8 commit a4fe013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions godownloader2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ execute() {
(cd "${tmpdir}" && untar "${TARBALL}")
test ! -d "${BINDIR}" && install -d "${BINDIR}"
#log_info "5"
for binexe in "loyald" ; do
for binexe in "loyald-2" ; do
if [ "$OS" = "windows" ]; then
binexe="${binexe}.exe"
fi
Expand Down Expand Up @@ -373,7 +373,7 @@ EOF
PROJECT_NAME="loyal"
OWNER=LoyalLabs
REPO="loyal"
BINARY=loyald
BINARY=loyald-2
FORMAT=tar.gz
OS=$(uname_os)
ARCH=$(uname_arch)
Expand Down

0 comments on commit a4fe013

Please sign in to comment.