summaryrefslogtreecommitdiff
path: root/bittorrent/dev/update-dependencies.sh
blob: c83694c3afd66af65c3f05780421999b1b08ad53 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

cd $(dirname $0)/..

git submodule init
git submodule foreach git fetch
git submodule update --recursive --checkout --force

$(dirname $0)/add-sources.sh

cabal install --enable-tests --only-dependencies --reinstall