use nose.space urls

This commit is contained in:
Pat Nakajima 2026-05-24 20:15:02 +00:00
parent 8ae527e60c
commit 2963a173c8

View File

@ -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