Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
lisp/install: add missing dependencies
Browse files Browse the repository at this point in the history
Trying to fix this platform. Related to #50.
  • Loading branch information
Francisco Souza committed Nov 16, 2015
1 parent 90fc8d0 commit c2e0a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SOURCE_DIR=/var/lib/tsuru
$SOURCE_DIR/base/install

apt-get update
apt-get install git -y
apt-get install git bzip2 make -y
curl -L http://downloads.sourceforge.net/project/sbcl/sbcl/1.2.9/sbcl-1.2.9-x86-64-linux-binary.tar.bz2 2> /dev/null | bzip2 -cd | tar xvf -
cd sbcl-1.2.9-x86-64-linux
sudo sh ./install.sh
cd
sh install.sh
cd -
rm -rf ./sbcl-1.2.9-x86-64-linux

0 comments on commit c2e0a06

Please sign in to comment.