Skip to content

Commit d86660f

Browse files
committed
Update foundryup
The newest `foundryup` now defaults to installing stable Foundry, see foundry-rs/foundry#9585 and https://github.com/foundry-rs/foundry/releases/tag/stable Closes #92
1 parent f197989 commit d86660f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: entrypoint.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ install_node()
152152
install_foundry()
153153
{
154154
if [[ -d "$TARGET" ]] && [[ -f "$TARGET/foundry.toml" ]]; then
155-
echo "[-] Foundry target detected, installing foundry nightly"
155+
echo "[-] Foundry target detected, installing foundry stable"
156156

157-
wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/7b452656f722fc560f0414db3ce24a1f2972a8b7/foundryup/foundryup
158-
if [ ! "e7628766329e2873484d5d633c750b5019eec77ae506c11a0ef13b440cc3e7c2 foundryup" = "$(sha256sum foundryup)" ]; then
157+
wget -q -O foundryup https://raw.githubusercontent.com/foundry-rs/foundry/41c6653e2adee0354ba6cdf7233c58294bcea3bf/foundryup/foundryup
158+
if [ ! "a717b894d8c4d1f375f31e63c9f7835883d065c2de107c20e055caaa7ca04c60 foundryup" = "$(sha256sum foundryup)" ]; then
159159
echo "Foundry installer does not match expected checksum! exiting"
160160
exit 1
161161
fi

0 commit comments

Comments
 (0)