Skip to content

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

License

Notifications You must be signed in to change notification settings

ai-mindset/clj-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 under the Eclipse Public License 1.0

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages