Skip to content

elsaland/nightly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elsa Nightly

Nightly releases for Elsa

Builds

You can find all the builds on the releases page. All builds are tagged by the date they were built. Date format is YYYY.MM.DD. There is also a release named latest which is updated everyday with the latest build.

Install

One-line commands to install Elsa Nightly builds on your system.

Latest Build

With Bash:

curl -fsSL https://raw.githubusercontent.com/elsaland/nightly/main/install.sh | sh

With PowerShell:

iwr https://raw.githubusercontent.com/elsaland/nightly/main/install.ps1 -useb | iex

Compatibility

Known Issues

Unzip is required

The program unzip is a requirement for the Bash installer.

$ curl -fsSL https://raw.githubusercontent.com/elsaland/nightly/main/install.sh | sh
Error: unzip is required to install Elsa

When does this issue occur?

During the installation process, unzip is used to extract the zip archive.

How can this issue be fixed?

You can install unzip via brew install unzip on MacOS or apt-get install unzip -y on Linux.

License

Elsa is licensed under the MIT License. The binaries and install scripts provided through this repository are also licensed under the same license