Installer points to nonexistent https://git.lix.systems/lix-project/lix-installer/releases #42

Open
opened 2025-04-01 18:17:14 +00:00 by dwt · 4 comments
❯ curl --silent   --location https://install.lix.systems/lix | head 
#!/bin/sh
# shellcheck shell=dash

# If you need an offline install, or you'd prefer to run the binary directly, head to
# https://git.lix.systems/lix-project/lix-installer/releases then pick the version and platform
# most appropriate for your deployment target.
#
# This is just a little script that selects and downloads the right `lix-installer`. It does
# platform detection, downloads the installer, and runs it; that's it.
#

The installer points to https://git.lix.systems/lix-project/lix-installer/releases for manual installation. However that url does not work / seem to exist.

Where can I get the releases directly?

I want them to build a homebrew cask, to ease installation of lix for people that already have brew installed, but not yet lix.

```shell ❯ curl --silent --location https://install.lix.systems/lix | head #!/bin/sh # shellcheck shell=dash # If you need an offline install, or you'd prefer to run the binary directly, head to # https://git.lix.systems/lix-project/lix-installer/releases then pick the version and platform # most appropriate for your deployment target. # # This is just a little script that selects and downloads the right `lix-installer`. It does # platform detection, downloads the installer, and runs it; that's it. # ``` The installer points to https://git.lix.systems/lix-project/lix-installer/releases for manual installation. However that url does not work / seem to exist. Where can I get the releases directly? I want them to build a homebrew cask, to ease installation of `lix` for people that already have `brew` installed, but not yet `lix`.
Owner

https://releases.lix.systems has effectively all the release artifacts. there's some installers on install.lix.systems, but unfortunately due to some bugs (at the time? still? idk) in the directory listing s3 thingy we use where it didn't have support for range requests, it can't be enabled on that domain.

https://releases.lix.systems has effectively all the release artifacts. there's some installers on install.lix.systems, but unfortunately due to some bugs (at the time? still? idk) in the directory listing s3 thingy we use where it didn't have support for range requests, it can't be enabled on that domain.
Owner
See here for the stuff on install.lix.systems: https://git.lix.systems/lix-project/lix-installer/src/branch/main/upload-to-lix.xsh#L78
Author

After looking at the docs for homebrew, contrary to my memory it does not seem to be required to download the platform executables. So I am trying to start with just downloading the script at https://install.lix.systems/lix and pinning that.

Current work at https://github.com/dwt/homebrew-cask/blob/lix-add-cask/Casks/l/lix.rb .

After looking at the docs for homebrew, contrary to my memory it does not seem to be required to download the platform executables. So I am trying to start with just downloading the script at `https://install.lix.systems/lix` and pinning that. Current work at https://github.com/dwt/homebrew-cask/blob/lix-add-cask/Casks/l/lix.rb .
Author

If I read those links right, none of them contain the actual installer at a versioned url, right? That is something we still need to do?

If I read those links right, none of them contain the actual installer at a versioned url, right? That is something we still need to do?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix-installer#42
No description provided.