From f068d25249fd08e9de5644faeff79c2e3fbc005d Mon Sep 17 00:00:00 2001 From: F1248 Date: Sun, 8 Sep 2024 18:55:55 +0200 Subject: [PATCH] Fix installing Genius from a specific branch --- README.md | 4 ++-- README_DE.md | 4 ++-- install.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 70eaea2..023ce62 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-12/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-12 | sh ``` To open Genius in recoveryOS, simply run `Genius` in Terminal. diff --git a/README_DE.md b/README_DE.md index c624d3a..8cc7160 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-12/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-12 | sh ``` Um Genius in recoveryOS zu öffnen, führe einfach `Genius` im Terminal aus. diff --git a/install.sh b/install.sh index bb5dab0..9f2ac1e 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-12/Genius.zip --output Genius.zip /bin/echo "Installing..." /usr/bin/unzip -q -o Genius.zip