Skip to content

Instantly share code, notes, and snippets.

@patrikbeno
Created December 21, 2016 15:03
Show Gist options
  • Save patrikbeno/450ffd61347a067cc6a58e5ca82291c8 to your computer and use it in GitHub Desktop.
Save patrikbeno/450ffd61347a067cc6a58e5ca82291c8 to your computer and use it in GitHub Desktop.
Install JRevolt Launcher
#!/bin/bash
set -u
mkdir -p $HOME/.jrevolt
cd $HOME/.jrevolt
VERSION="config-SNAPSHOT"
URL="https://oss.sonatype.org/service/local/artifact/maven/content"
QUERY="r=snapshots&g=io.jrevolt.launcher&a=io.jrevolt.launcher&v=${VERSION}&e=jar"
curl -v "${URL}?${QUERY}" > $HOME/.jrevolt/launcher.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment