updated hero install curl

This commit is contained in:
mik-tf 2024-04-26 22:08:12 +00:00
parent 3e7a64289e
commit 281f446ef5

View File

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