Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created June 24, 2024 16:51
Show Gist options
  • Save diegopacheco/2826718db280bf366962a0c28b75f09e to your computer and use it in GitHub Desktop.
Save diegopacheco/2826718db280bf366962a0c28b75f09e to your computer and use it in GitHub Desktop.
Install sbt scala 3.0 - linux - ubuntu - cs setup script
curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment