We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c64c1 commit 51fc526Copy full SHA for 51fc526
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