mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-02-05 22:53:12 +00:00
fix: update pr
This commit is contained in:
parent
aaf55989d2
commit
6f7479e3ab
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echocol()
|
||||
{
|
||||
@ -77,7 +77,7 @@ fi
|
||||
|
||||
# Ensure Foundry (cast & foundryup) is available for token mint/approve calls
|
||||
if ! command -v cast >/dev/null 2>&1; then
|
||||
echocol "Foundry toolkit (cast) not found. Installing Foundry... \n"
|
||||
echocol "\n Foundry toolkit (cast) not found. Installing Foundry... \n"
|
||||
curl -L https://foundry.paradigm.xyz | bash
|
||||
# Make the freshly installed binaries available in the current session
|
||||
export PATH="$HOME/.foundry/bin:$PATH"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user