Merge pull request #8934 from ajnavarro/fix/install-on-mac-m1-monterey

This commit is contained in:
Antonio Navarro Perez 2022-05-06 17:13:24 +02:00 committed by GitHub
commit ae15e18894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ is_write_perm_missing=""
for raw in $binpaths; do
# Expand the $HOME variable.
binpath=$(eval echo "$raw")
mkdir -p "$binpath"
if mv "$bin" "$binpath/ipfs" ; then
echo "Moved $bin to $binpath"
exit 0