fix: install script path
This commit is contained in:
parent
504b77c5c3
commit
f7e02baad8
|
@ -9,6 +9,7 @@ DIR="$HOME/bin"
|
|||
mkdir -p "$DIR"
|
||||
cd "$DIR"
|
||||
export PATH="$DIR:$PATH"
|
||||
[ "$GITHUB_PATH" ] && echo "$DIR" >> "$GITHUB_PATH"
|
||||
|
||||
echo "Installing Geth"
|
||||
PLATFORM="$(uname -s | awk '{print tolower($0)}')"
|
||||
|
|
Loading…
Reference in New Issue