From 4b8ccb7fa961c3b075ca28e9004979f834fa7718 Mon Sep 17 00:00:00 2001 From: Renato Athaydes Date: Thu, 25 Apr 2024 21:36:23 +0200 Subject: [PATCH] Removed JCenter from installer and README. --- README.MD | 2 +- releases/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 releases/install.sh diff --git a/README.MD b/README.MD index d5b1be7..37c56ed 100644 --- a/README.MD +++ b/README.MD @@ -43,7 +43,7 @@ JGrab is installed in the `$HOME/.jgrab/` directory. > If for some reason you don't want to use `curl` to download and install JGrab, just download the JGrab Client from [GitHub](https://github.com/renatoathaydes/jgrab/releases), - and the Java jar from [JCenter](http://jcenter.bintray.com/com/athaydes/jgrab/jgrab-runner/). +and the Java jar from [Maven Central](https://repo1.maven.org/maven2/com/athaydes/jgrab/jgrab-runner/). ### Running the native Rust client diff --git a/releases/install.sh b/releases/install.sh old mode 100644 new mode 100755 index 092942a..14a3783 --- a/releases/install.sh +++ b/releases/install.sh @@ -10,7 +10,7 @@ set -u JGRAB_BASE_URL="https://github.com/renatoathaydes/jgrab/releases/download" -JGRAB_JAR_URL="https://jcenter.bintray.com/com/athaydes/jgrab/jgrab-runner/1.1.1/jgrab-runner-1.1.1-fat-jar.jar" +JGRAB_JAR_URL="https://repo1.maven.org/maven2/com/athaydes/jgrab/jgrab-runner/1.1.1/jgrab-runner-1.1.1-fat-jar.jar" usage() { cat 1>&2 <