From 054e01483ce09cbd0172c0dc75b3ca1cb8ed1144 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Mon, 14 Nov 2022 14:35:20 +0100 Subject: [PATCH] Updates URLs in README.md + update script --- README.md | 6 +++--- emoflon-update.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e93a16..b8873fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eMoflon::Neo Eclipse Build -[![Build Eclipse eMoflon](https://github.com/maxkratz/emoflon-neo-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/maxkratz/emoflon-neo-eclipse-build/actions/workflows/ci.yml) +[![Build Eclipse eMoflon](https://github.com/eMoflon/emoflon-neo-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/eMoflon/emoflon-neo-eclipse-build/actions/workflows/ci.yml) This repository is used to automatically build an Eclipse [eMoflon::Neo](https://github.com/eMoflon/emoflon-neo) environment. @@ -25,11 +25,11 @@ Feel free to request others, e.g., via Github issues. ## Usage/Installation Quick installation using curl and bash: -`$ FOLDER="$HOME/eclipse-apps/emt"; mkdir -p $FOLDER && cd $FOLDER && curl https://raw.githubusercontent.com/maxkratz/emoflon-neo-eclipse-build/main/emoflon-update.sh | bash -s -- $FOLDER` +`$ FOLDER="$HOME/eclipse-apps/emt"; mkdir -p $FOLDER && cd $FOLDER && curl https://raw.githubusercontent.com/eMoflon/emoflon-neo-eclipse-build/main/emoflon-update.sh | bash -s -- $FOLDER` ### Normal installation -**The latest release can be found [here](https://github.com/maxkratz/emoflon-neo-eclipse-build/releases/latest).** +**The latest release can be found [here](https://github.com/eMoflon/emoflon-neo-eclipse-build/releases/latest).** Download an archive for the version you are looking for from the release page and extract it. ### Updating diff --git a/emoflon-update.sh b/emoflon-update.sh index 72ccb48..1e1b0a0 100644 --- a/emoflon-update.sh +++ b/emoflon-update.sh @@ -7,7 +7,7 @@ ECLIPSE_ARCHIVE=eclipse-emoflon-windows-dev # Name of the archive to download FORCE_DOWNLOAD=0 # 1 = force download of new archive TARGET_DIR=$1 # Target directory -API_URL="https://api.github.com/repos/maxkratz/emoflon-neo-eclipse-build/releases/latest" +API_URL="https://api.github.com/repos/eMoflon/emoflon-neo-eclipse-build/releases/latest" set -e START_PWD=$PWD