We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab6927 commit 9b29d70Copy full SHA for 9b29d70
cmd/ipfs/dist/install.sh
@@ -15,6 +15,7 @@ is_write_perm_missing=""
15
for raw in $binpaths; do
16
# Expand the $HOME variable.
17
binpath=$(eval echo "$raw")
18
+ mkdir -p $binpath
19
if mv "$bin" "$binpath/ipfs" ; then
20
echo "Moved $bin to $binpath"
21
exit 0
0 commit comments