up icon indicating copy to clipboard operation
up copied to clipboard

apex/apex impossible to install?

Open arjitj2 opened this issue 4 years ago • 2 comments

Description

Hi, the archival of the apex/apex repo made it a breaking change rather than a gradual deprecation.

The install script curl https://raw.githubusercontent.com/apex/apex/master/install.sh | sh no longer works, because the .tar.gz files and the releases API page the script is trying to access are both broken.

Can the releases page be restored so projects can at least keep using the repo? The usage of the install script is necessary for us to use in our CI/CD pipeline.

Alternatively, could the latest version of the MacOS/Linux binary at least be made available in the repo's readme so we can download and host it ourselves? I see no way to access the latest binary from that repo's home page: https://github.com/apex/apex .

arjitj2 avatar Jan 25 '21 23:01 arjitj2

As far as I know it's not possible to get the binaries back, but any binary could be built from source

tj avatar Jan 27 '21 10:01 tj

PSA I have a working fork at https://github.com/hijklmno/apex, for those who are still stuck on the legacy version.

hijklmno avatar Oct 22 '21 18:10 hijklmno