summaryrefslogtreecommitdiff
path: root/bittorrent/dev/update-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent/dev/update-dependencies.sh')
-rwxr-xr-xbittorrent/dev/update-dependencies.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/bittorrent/dev/update-dependencies.sh b/bittorrent/dev/update-dependencies.sh
deleted file mode 100755
index c83694c3..00000000
--- a/bittorrent/dev/update-dependencies.sh
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/sh
2
3cd $(dirname $0)/..
4
5git submodule init
6git submodule foreach git fetch
7git submodule update --recursive --checkout --force
8
9$(dirname $0)/add-sources.sh
10
11cabal install --enable-tests --only-dependencies --reinstall