Skip to content

Commit

Permalink
Update changelog and install script
Browse files Browse the repository at this point in the history
  • Loading branch information
cploutarchou committed Feb 22, 2023
1 parent dd44379 commit 2b056f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
else
curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-ARM64 &
spinner $!
# move to /usr/local/bin for global access (sudo mv microGo-MacOS-ARM64 /Users/"$userDir"/go/bin/microGo) but the name of the binary is microGo
mv microGo-MacOS-ARM64 /Users/"$userDir"/go/bin/microGo
fi

Expand Down

0 comments on commit 2b056f3

Please sign in to comment.