- Any JDK that supports Java SE 8+
- Standard Unix command-line tools
flag | value | description |
---|---|---|
-t or --tag | The desired tag. | Install with JAR from the specified tag. |
-l or --legacy | N/A | Use the legacy installer. |
-k or --keep | N/A | Do not modify files passed as an argument. |
-b or --branch | The desired branch. | Install via installer.sh from specified branch. |
-c or --commit | The desired commit. | Install via installer.sh from specified commit. |
none | N/A | Install with the latest JAR. |
- Download the TeaScript.jar file from the desired release
- Run
curl https://raw.githubusercontent.com/ljp-projects/TeaScript/main/src/installer.sh | sh -s options
. - Run
tea version
to verify the installation.
THERE IS NO GUARANTEE THAT LEGACY VERSIONS OF TEASCRIPT WILL BE FUNCTIONAL.
- Run
curl https://raw.githubusercontent.com/ljp-projects/TeaScript/TAG_NAME/src/installer.sh | sh
- Verify installation with
tea version
If you want to you can also locate the raw URL for a specific commit of the installer.sh file.