Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Automated JDK and Clojure installer script for Debian/Ubuntu and RHEL/Fedora Linux systems
- Host: GitHub
- URL: https://github.com/ai-mindset/clj-installer
- Owner: ai-mindset
- License: gpl-3.0
- Created: 2024-12-09T17:22:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T11:53:37.000Z (23 days ago)
- Last Synced: 2025-01-19T12:47:54.732Z (22 days ago)
- Topics: automation, clojure, debian, fedora, linux-installer, shell-script, temurin-jdk-21, zsh
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 your shell's run commands file e.g. .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/refs/heads/main/clj-install.sh
chmod +x clj-install.sh
./clj-install.sh
```## License
MIT License for the installer scriptNote: Clojure itself is [licensed](https://clojure.org/community/license) under the [Eclipse Public License 1.0](https://opensource.org/license/epl-1-0)