diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh index 23483a7..fea0d55 100644 --- a/bootstrap-centos.sh +++ b/bootstrap-centos.sh @@ -5,7 +5,7 @@ sudo yum -y install yum-utils rpmdevtools @"Development Tools" \ # SBCL 1.3, we'll overwrite the repo version of sbcl with a more recent one sudo yum -y install epel-release -sudo yum install -y sbcl.x86_64 +sudo yum install -y sbcl.x86_64 --enablerepo=epel wget http://downloads.sourceforge.net/project/sbcl/sbcl/1.3.6/sbcl-1.3.6-source.tar.bz2 tar xfj sbcl-1.3.6-source.tar.bz2