Fork me on GitHub
#clojure-dev
<
2018-03-05
>
rauh07:03:22

TDEPS: Could we also get a linux-install-latest.sh file? That way upgrading could be much easier for linux users:

curl  | bash -s -- --prefix $(echo $(which clj | xargs dirname | xargs dirname))

richiardiandrea16:03:26

Thanks this is going to be very handy :)

Alex Miller (Clojure team)13:03:00

I don’t publish that one because sometimes I release unofficial revs in between

rauh14:03:43

Awesome, thanks!