Add scripts to install deps
This commit is contained in:
parent
3761364d2d
commit
e7e25526be
|
@ -17,7 +17,3 @@ case `uname -s` in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
opam update
|
opam update
|
||||||
opam install lwt
|
|
||||||
opam install conf-gnutls
|
|
||||||
opam install ocamlnet
|
|
||||||
opam install irc-client
|
|
6
ocaml/scripts/setup
Executable file
6
ocaml/scripts/setup
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
./scripts/bootstrap
|
||||||
|
|
||||||
|
opam pin add cheesebot .
|
||||||
|
opam install cheesebot
|
3
ocaml/scripts/update
Executable file
3
ocaml/scripts/update
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
git pull
|
Loading…
Reference in a new issue