mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
Merge pull request #8934 from ajnavarro/fix/install-on-mac-m1-monterey
This commit is contained in:
commit
ae15e18894
1
cmd/ipfs/dist/install.sh
vendored
1
cmd/ipfs/dist/install.sh
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user