From 2963a173c8bac98fe19c8b727d9af9bc687d9fe4 Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Sun, 24 May 2026 20:15:02 +0000 Subject: [PATCH] use nose.space urls --- scripts/build-in-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-in-chroot.sh b/scripts/build-in-chroot.sh index 3c08eb4..46b0db8 100755 --- a/scripts/build-in-chroot.sh +++ b/scripts/build-in-chroot.sh @@ -168,7 +168,7 @@ echo "====> installing rgbled" curl -fsSL https://git.nose.space/nakajima/rgbled/releases/download/v0.1.1/install.sh | bash echo "====> installing matter stack" -curl -fsSL https://git.fishmt.net/nakajima/toes-matter/releases/download/latest/install.sh | sh +curl -fsSL https://git.nose.space/nakajima/toes-matter/releases/download/latest/install.sh | sh if [ ! -x /usr/local/bin/toes-matter ]; then echo "missing /usr/local/bin/toes-matter after install" >&2 exit 1