duview build added
[projects.git] / debian / eibd.prepare
1 #!/bin/bash
2 set -e
3
4 mkdir -p Downloads
5 cd Downloads
6
7 if [ ! -f pthsem_2.0.8.tar.gz ]
8 then
9         wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/pth/pthsem_2.0.8.tar.gz
10 fi
11 if [ ! -f bcusdk_0.0.5.tar.gz ]
12 then
13         wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_0.0.5.tar.gz
14 fi
15