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 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:29:04.000Z (about 1 year ago)
- Last Synced: 2025-02-05T03:27:16.009Z (about 1 year ago)
- Topics: automation, clojure, debian, fedora, linux-installer, shell-script, temurin-jdk-21, zsh
- Language: Shell
- Homepage:
- Size: 36.1 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 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)