Skip to content

Commit

Permalink
Merge branch 'deployment-target-macOS-13' into deployment-target-macO…
Browse files Browse the repository at this point in the history
…S-14
  • Loading branch information
F1248 committed Sep 8, 2024
2 parents f211542 + a9fddf7 commit 29ddb32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### Manual Installation (not possible in recoveryOS):

1. Download [the latest build](https://nightly.link/F1248/Genius/workflows/Build-Genius/main/Genius.zip).
1. Download [the latest build](https://nightly.link/F1248/Genius/workflows/Build-Genius/deployment-target-macOS-14/Genius.zip).
2. If not already unzipped automatically, double-click `Genius.zip` to unzip it.
3. Move `Genius.app` into `/Applications`.
4. Double-click the app.
Expand All @@ -49,7 +49,7 @@ On macOS Sequoia 15:
Paste and run the following command in Terminal. Note that in recoveryOS, Genius will be removed by a reboot.

```
curl -L f1248.github.io | sh
curl -L f1248.github.io/deployment-target-macOS-14 | sh
```

To open Genius in recoveryOS, simply run `Genius` in Terminal.
4 changes: 2 additions & 2 deletions README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

### Manuelle Installation (in recoveryOS nicht möglich):

1. Lade [den neusten Build](https://nightly.link/F1248/Genius/workflows/Build-Genius/main/Genius.zip) herunter.
1. Lade [den neusten Build](https://nightly.link/F1248/Genius/workflows/Build-Genius/deployment-target-macOS-14/Genius.zip) herunter.
2. Wenn nicht bereits automatisch entzippt, doppelklicke auf `Genius.zip`, um es zu entzippen.
3. Verschiebe `Genius.app` in `/Programme`.
4. Doppelklicke auf die App.
Expand All @@ -49,7 +49,7 @@ Unter macOS Sequoia 15:
Füge den folgenden Befehl im Terminal ein und führe ihn aus. Beachte, dass in recoveryOS Genius durch einen Neustart entfernt wird.

```
curl -L f1248.github.io | sh
curl -L f1248.github.io/deployment-target-macOS-14 | sh
```

Um Genius in recoveryOS zu öffnen, führe einfach `Genius` im Terminal aus.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
fi

/bin/echo "Downloading..."
/usr/bin/curl --silent --location https://nightly.link/F1248/Genius/workflows/Build-Genius/main/Genius.zip --output Genius.zip
/usr/bin/curl --silent --location https://nightly.link/F1248/Genius/workflows/Build-Genius/deployment-target-macOS-14/Genius.zip --output Genius.zip

/bin/echo "Installing..."
/usr/bin/unzip -q -o Genius.zip
Expand Down

0 comments on commit 29ddb32

Please sign in to comment.