From 3baa3e7b2e77eae0c70b54d856f462c61cbd09a7 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Tue, 28 Jul 2026 23:44:08 +0200 Subject: [PATCH] Point Atmosphere-Pro clones at the OmniNX git host. --- .gitmodules | 2 +- Source/Horizon-OC-Monitor/.gitmodules | 2 +- build-exosphere.sh | 2 +- build.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index e8b48c1c..042cae6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "Source/Horizon-OC-Monitor/lib/Atmosphere-libs"] path = Source/Horizon-OC-Monitor/lib/Atmosphere-libs - url = https://github.com/NaGaa95/Atmosphere-Pro.git + url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git branch = boot-storage [submodule "Source/Horizon-OC-Monitor/lib/libultrahand"] path = Source/Horizon-OC-Monitor/lib/libultrahand diff --git a/Source/Horizon-OC-Monitor/.gitmodules b/Source/Horizon-OC-Monitor/.gitmodules index c604f375..5eca49b2 100644 --- a/Source/Horizon-OC-Monitor/.gitmodules +++ b/Source/Horizon-OC-Monitor/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/Atmosphere-libs"] path = lib/Atmosphere-libs - url = https://github.com/NaGaa95/Atmosphere-Pro.git + url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git branch = boot-storage [submodule "lib/libultrahand"] path = lib/libultrahand diff --git a/build-exosphere.sh b/build-exosphere.sh index c7d6340f..14612982 100755 --- a/build-exosphere.sh +++ b/build-exosphere.sh @@ -4,7 +4,7 @@ ROOT_DIR="$(cd "$(dirname "$0")" && pwd)" DIST_DIR="$ROOT_DIR/dist" ATMOSPHERE_DIR="$ROOT_DIR/build/atmosphere" -ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git" +ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git" ATMOSPHERE_BRANCH="boot-storage" EXO_SRC="$ROOT_DIR/Source/Atmosphere-Patches" diff --git a/build.sh b/build.sh index c53b5ab8..3eb884f7 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ SRC="Source/Atmosphere/stratosphere/loader/" mkdir -p "build" ATMOSPHERE_DIR="build/atmosphere" -ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git" +ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git" ATMOSPHERE_BRANCH="boot-storage" if [ ! -d "$ATMOSPHERE_DIR" ]; then