We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e85713 commit 3882f98Copy full SHA for 3882f98
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