mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 06:47:00 +02:00
Make sure EPEL is enabled when installing SBCL (#494)
This commit is contained in:
parent
1c927beb81
commit
9a0c50f700
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user