Repos for linux install
This commit is contained in:
parent
e586f1661f
commit
4970bd2ff5
2 changed files with 8 additions and 0 deletions
0
gitignore_global
Executable file → Normal file
0
gitignore_global
Executable file → Normal file
8
linux.sh
Executable file
8
linux.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if test ! -d ~/.rbenv ; then
|
||||||
|
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
|
||||||
|
fi
|
||||||
|
if test ! -d ~/.rbenv/plugins/ruby-build ; then
|
||||||
|
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue