# HG changeset patch # User Nattee Niparnan # Date 2015-02-06 01:15:31 # Node ID 80214dd861fd3dfbfe7daa6dd67938287ed2c21d # Parent 82f46028829e33045cbff3d20e57f6dd07fd1d64 Update install.sh fix typo in the install script diff --git a/installer/install.sh b/installer/install.sh --- a/installer/install.sh +++ b/installer/install.sh @@ -2,7 +2,7 @@ echo "This script will install and configure Cafe grader." -$RUBY_VERSION="2.1.2" +RUBY_VERSION=2.1.2 echo "This will install Ruby $RUBY_VERSION under RVM" echo "Installing required apts"