Add scripts to install deps

master
Fabien Freling 2015-07-28 22:15:14 +02:00
parent 3761364d2d
commit e7e25526be
3 changed files with 9 additions and 4 deletions

View File

@ -17,7 +17,3 @@ case `uname -s` in
esac
opam update
opam install lwt
opam install conf-gnutls
opam install ocamlnet
opam install irc-client

6
ocaml/scripts/setup Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
./scripts/bootstrap
opam pin add cheesebot .
opam install cheesebot

3
ocaml/scripts/update Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git pull