From a4fe0131bdeb6fbb41971aa0ddeec03fc53723be Mon Sep 17 00:00:00 2001 From: andreyavecom <96717886+andreyavecom@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:26:43 +0700 Subject: [PATCH] Update godownloader2.sh --- godownloader2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/godownloader2.sh b/godownloader2.sh index ce33ef3..ca33081 100644 --- a/godownloader2.sh +++ b/godownloader2.sh @@ -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 @@ -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)