diff --git a/README.md b/README.md index ea1e5d6..e2e48a2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/README_DE.md b/README_DE.md index 822a4bd..3a6b0ff 100644 --- a/README_DE.md +++ b/README_DE.md @@ -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. @@ -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. diff --git a/install.sh b/install.sh index bb5dab0..832e5f8 100644 --- a/install.sh +++ b/install.sh @@ -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