Use RVM's Ruby under cygwin, to build fzf
This commit is contained in:
parent
eb731f79ab
commit
bdce1f78cc
2 changed files with 2 additions and 1 deletions
|
@ -124,6 +124,7 @@ if [[ -z $NORUBY ]]; then
|
|||
set -e
|
||||
$GPG --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||
curl -sSL https://get.rvm.io | bash -s stable --ruby
|
||||
source ~/.rvm/scripts/rvm
|
||||
fi
|
||||
|
||||
if [[ -z $NOVIM ]]; then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@echo on
|
||||
choco install -y --allowEmptyChecksum firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode p4merge dotnet4.5 ruby nodejs.install stylecop conemu dejavufonts ag
|
||||
choco install -y --allowEmptyChecksum firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode p4merge dotnet4.5 nodejs.install conemu dejavufonts ag
|
||||
call refreshenv
|
||||
|
||||
wget -c https://cygwin.com/setup-x86_64.exe
|
||||
|
|
Loading…
Reference in a new issue