Automated JDK and Clojure installer script for Debian/Ubuntu and RHEL/Fedora Linux systems
- Detects and installs Temurin JDK 21 if no Java is present
- Installs Clojure in user's home directory (no sudo required)
- Configures PATH in your shell's run commands file e.g. .zshrc
- Supports custom installation directory
- Debian/Ubuntu or RHEL/Fedora Linux
- Zsh shell
- curl
- Internet connection
curl -O https://raw.githubusercontent.com/ai-mindset/clj-installer/refs/heads/main/clj-install.sh
chmod +x clj-install.sh
./clj-install.sh
MIT License for the installer script
Note: Clojure itself is licensed under the Eclipse Public License 1.0