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: about 1 month 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: mit
- Created: 2024-12-09T17:22:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:30:13.000Z (about 1 month ago)
- Last Synced: 2024-12-09T18:33:01.378Z (about 1 month ago)
- Topics: automation, clojure, debian, fedora, linux-installer, shell-script, temurin-jdk-21, zsh
- Language: Shell
- Homepage:
- Size: 2.93 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 .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 scriptNote: Clojure itself is [licensed](https://clojure.org/community/license) under the [Eclipse Public License 1.0](https://opensource.org/license/epl-1-0)