Created
December 21, 2016 15:03
-
-
Save patrikbeno/450ffd61347a067cc6a58e5ca82291c8 to your computer and use it in GitHub Desktop.
Install JRevolt Launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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