From 281f446ef5443ec19fd5affcacb3575b24e2dca7 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 26 Apr 2024 22:08:12 +0000 Subject: [PATCH] updated hero install curl --- docs/hero_mdbook_fullvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hero_mdbook_fullvm.md b/docs/hero_mdbook_fullvm.md index fddb496..3b770b6 100644 --- a/docs/hero_mdbook_fullvm.md +++ b/docs/hero_mdbook_fullvm.md @@ -89,7 +89,7 @@ ssh-add /root/.ssh/books We install hero, Crystallib and V with a script. ``` -curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/build_hero.sh > /tmp/build_hero.sh +curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/build_hero.sh bash /tmp/build_hero.sh ```