Skip to content

Commit

Permalink
Merge pull request #8934 from ajnavarro/fix/install-on-mac-m1-monterey
Browse files Browse the repository at this point in the history
(cherry picked from commit ae15e18)
  • Loading branch information
ajnavarro authored and guseggert committed Jun 8, 2022
1 parent da07576 commit 29be720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ipfs/dist/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29be720

Please sign in to comment.