diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 925f6f44..d933e562 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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 diff --git a/windows/build.bat b/windows/build.bat index 9d385297..ed996894 100644 --- a/windows/build.bat +++ b/windows/build.bat @@ -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