Installer points to nonexistent https://git.lix.systems/lix-project/lix-installer/releases #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 havebrew
installed, but not yetlix
.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.
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
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 .
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?