fix: install script path

This commit is contained in:
DaniPopes 2023-02-24 23:47:46 +01:00
parent 504b77c5c3
commit f7e02baad8
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 1 additions and 0 deletions

View File

@ -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)}')"