instl icon indicating copy to clipboard operation
instl copied to clipboard

[Failed installation]: github.com/antonmedv/fx - ERROR MESSAGE

Open jpambrun opened this issue 2 years ago • 0 comments

GitHub project

github.com/antonmedv/fx

Verbose log

curl -sSL https://instl.sh/antonmedv/fx/linux/verbose | bash

Setting up variables Creating temporary directory Temporary directory: /tmp/tmp.uFD8pYqdTE Binary location: /home/jpambrun/.local/bin Install location: /home/jpambrun/.local/bin/.instl/fx Removing existing install location

                      _____ _   _  _____ _______ _
                     |_   _| \ | |/ ____|__   __| |
                       | | |  \| | (___    | |  | |
                       | | | . ` |\___ \   | |  | |
                      _| |_| |\  |____) |  | |  | |____
                     |_____|_| \_|_____/   |_|  |______|

                   Instl is an installer for GitHub Projects
                            > https://instl.sh

Instl version: dev No authentication Getting latest release from GitHub Release curl args: -sSL --retry 5 --retry-delay 2 --retry-max-time 15 https://api.github.com/repos/antonmedv/fx/releases/latest i Found latest release of fx (version: 30.2.0) Parsing release json Found assets: https://github.com/antonmedv/fx/releases/download/30.2.0/fx_darwin_amd64 https://github.com/antonmedv/fx/releases/download/30.2.0/fx_darwin_arm64 https://github.com/antonmedv/fx/releases/download/30.2.0/fx_linux_amd64 https://github.com/antonmedv/fx/releases/download/30.2.0/fx_linux_arm64 https://github.com/antonmedv/fx/releases/download/30.2.0/fx_windows_amd64.exe https://github.com/antonmedv/fx/releases/download/30.2.0/fx_windows_arm64.exe i Found 6 assets in '30.2.0' - searching for one that fits your system... Host architecture: x86_64 Current architecture aliases: amd64 x86_64 x86-64 x64 Host operating system: linux Current operating system aliases: linux Adding one to score for asset fx_darwin_amd64 because it matches architecture amd64 Adding two to score for asset fx_darwin_amd64 because it contains the repo name Adding two to score for asset fx_darwin_arm64 because it contains the repo name Adding one to score for asset fx_linux_amd64 because it matches architecture amd64 Adding two to score for asset fx_linux_amd64 because it contains the repo name Adding two to score for asset fx_linux_arm64 because it contains the repo name Adding one to score for asset fx_windows_amd64.exe because it matches architecture amd64 Adding two to score for asset fx_windows_amd64.exe because it contains the repo name Adding two to score for asset fx_windows_arm64.exe because it contains the repo name Finding asset with highest score Asset: fx_darwin_amd64, score: 4 Asset: fx_darwin_arm64, score: 2 Asset: fx_linux_amd64, score: 14 Asset: fx_linux_arm64, score: 12 Asset: fx_windows_amd64.exe, score: 4 Asset: fx_windows_arm64.exe, score: 2 i Found asset with highest match score: fx_linux_amd64 i Downloading asset... -sSL Asset is not a tar or zip file. Skipping unpacking. Checking if asset was unpacked to a single directory Asset was not unpacked to a single directory i Installing 'fx' Copying files to install location Files in /tmp/tmp.uFD8pYqdTE: fx_linux_amd64 Finding binary in install location Checking if /home/jpambrun/.local/bin/.instl/fx/fx_linux_amd64 is a binary file Binary name: X Could not find binary in install location

Additional info

This release asset is a single binary. It only needs to be move and chmod +x.

jpambrun avatar Nov 10 '23 13:11 jpambrun