mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 06:47:00 +02:00
Fix the centos bootstrap script.
This commit is contained in:
parent
13d53593b1
commit
158b9cd79c
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo yum -y install yum-utils @development-tools sbcl sqlite-devel
|
||||
sudo yum -y install yum-utils rpmdevtools @development-tools \
|
||||
sbcl sqlite-devel zlib-devel
|
||||
|
||||
# SBCL 1.1.14
|
||||
# http://www.mikeivanov.com/post/66510551125/installing-sbcl-1-1-on-rhel-centos-systems
|
||||
@ -19,5 +20,8 @@ cd
|
||||
# remove the old version that we used to compile the newer one.
|
||||
sudo yum remove -y sbcl
|
||||
|
||||
# prepare the rpmbuild setup
|
||||
rpmdev-setuptree
|
||||
|
||||
# pgloader
|
||||
#make -C /vagrant rpm
|
||||
|
Loading…
Reference in New Issue
Block a user