Create ~/.rbenv/shims if it doesn't exist
This commit is contained in:
parent
8246dc8d8a
commit
355e7c1c96
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
mkdir -p "${HOME}/.rbenv/shims"
|
||||||
cd "${HOME}/.rbenv/shims"
|
cd "${HOME}/.rbenv/shims"
|
||||||
rm *
|
rm *
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user