We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go
Clean OS install. webi go and curl -sS https://webi.sh/go | sh both failed. Other tools (node, fzf, etc.) successfully installed.
webi go
curl -sS https://webi.sh/go | sh
The URL to download somehow got parsed to just the filename, causing curl to fail.
curl
$ webi go >>> Welcome to Webi! - modern tools, instant installs. <<< We expect your experience to be absolutely perfect! Success? Star it! https://github.com/webinstall/webi-installers Problem? Report it: https://github.com/webinstall/webi-installers/issues (your system is GNU/Linux/x86_64 with libc & curl+wget) Installing go ... Found ~/.local/bin Downloading go from go1.21.5.linux-amd64.tar.gz curl: (6) Could not resolve host: go1.21.5.linux-amd64.tar.gz failed to download (curl) 'go1.21.5.linux-amd64.tar.gz' curl -f -sSL -A 'webi/curl+wget x86_64/unknown GNU/Linux/6.2.0-39-generic libc' 'go1.21.5.linux-amd64.tar.gz' -o '/home/kdien/Downloads/webi/go/1.21.5/undefined.part' curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2. 5.16 Release-Date: 2022-01-05 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstd
The text was updated successfully, but these errors were encountered:
Thank you very much for the report @kdien.
I just fixed and deployed.
This issue was due to changes in #756 that were deployed live a little over a day ago. The fix is in #791.
Sorry, something went wrong.
No branches or pull requests
What were you trying to install (or what else went wrong)?
Go
What exactly did you do?
Clean OS install.
webi go
andcurl -sS https://webi.sh/go | sh
both failed. Other tools (node, fzf, etc.) successfully installed.What went wrong?
The URL to download somehow got parsed to just the filename, causing
curl
to fail.Which OS did you try on?
What type of computer (i.e. laptop, desktop, Raspberry Pi)?
The text was updated successfully, but these errors were encountered: