Skip to content

Commit

Permalink
Removed JCenter from installer and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Apr 25, 2024
1 parent 9b70234 commit 4b8ccb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion releases/install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
Expand Down

0 comments on commit 4b8ccb7

Please sign in to comment.