Skip to content

Commit

Permalink
Merge pull request #2 from Echtzeitsysteme/feature/adapt-urls-to-new-…
Browse files Browse the repository at this point in the history
…location

Adapt URL locations to orga 'Echtzeitsysteme'
  • Loading branch information
maxkratz authored Nov 15, 2022
2 parents 4cf626d + a5bc8cc commit 14f388d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gips-eclipse-build

[![Build Eclipse GIPS](https://github.com/maxkratz/gips-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/maxkratz/gips-eclipse-build/actions/workflows/ci.yml)
[![Build Eclipse GIPS](https://github.com/Echtzeitsysteme/gips-eclipse-build/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/Echtzeitsysteme/gips-eclipse-build/actions/workflows/ci.yml)

This repository is used to automatically build an Eclipse [GIPS](https://github.com/Echtzeitsysteme/gips) environment.

Expand All @@ -24,11 +24,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/gips-eclipse-build/main/gips-update.sh | bash -s -- $FOLDER`
`$ FOLDER="$HOME/eclipse-apps/emt"; mkdir -p $FOLDER && cd $FOLDER && curl https://raw.githubusercontent.com/Echtzeitsysteme/gips-eclipse-build/main/gips-update.sh | bash -s -- $FOLDER`

### Normal installation

**The latest release can be found [here](https://github.com/maxkratz/gips-eclipse-build/releases/latest).**
**The latest release can be found [here](https://github.com/Echtzeitsysteme/gips-eclipse-build/releases/latest).**
Download an archive for the version you are looking for from the release page and extract it.

### Updating
Expand Down
2 changes: 1 addition & 1 deletion gips-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ECLIPSE_ARCHIVE=eclipse-gips-windows-user # 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/gips-eclipse-build/releases/latest"
API_URL="https://api.github.com/repos/Echtzeitsysteme/gips-eclipse-build/releases/latest"

set -e
START_PWD=$PWD
Expand Down

0 comments on commit 14f388d

Please sign in to comment.