Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ai-mindset/clj-installer

Automated JDK and Clojure installer script for Debian/Ubuntu and RHEL/Fedora Linux systems
https://github.com/ai-mindset/clj-installer

automation clojure debian fedora linux-installer shell-script temurin-jdk-21 zsh

Last synced: about 1 month ago
JSON representation

Automated JDK and Clojure installer script for Debian/Ubuntu and RHEL/Fedora Linux systems

Awesome Lists containing this project

README

        

# clj-installer

Automated JDK and Clojure installer script for Debian/Ubuntu and RHEL/Fedora Linux systems

## Features
- Detects and installs Temurin JDK 21 if no Java is present
- Installs Clojure in user's home directory (no sudo required)
- Configures PATH in .zshrc
- Supports custom installation directory

## Requirements
- Debian/Ubuntu or RHEL/Fedora Linux
- Zsh shell
- curl
- Internet connection

## Usage
```bash
curl -O https://raw.githubusercontent.com/ai-mindset/clj-installer/main/install-clojure.sh
chmod +x install-clojure.sh
./install-clojure.sh
```

## License
MIT License for the installer script

Note: Clojure itself is [licensed](https://clojure.org/community/license) under the [Eclipse Public License 1.0](https://opensource.org/license/epl-1-0)