Shell script to download and build Aseprite from source for *nix systems
Check the dependency list in the official Aseprite documentation.
Run the following commands to install Aseprite (replace bash -e
with cat
to inspect the script)
curl -sS "https://aseprite.cybar.dev/install.sh" | bash -e
The above command can also be used to update the Aseprite installation as required. Will only work if Aseprite was installed using this script.
[!NOTE] The Trial Version of Aseprite for macOS is included here to make Launchpad integration easier. This is in concordance with Section
2(b)
of the Aseprite EULA, which states that “Evaluation versions available for download from the Licensor’s websites may be freely distributed.”