Update complement.sh
parent
9d9e854fe0
commit
d64d0c4be2
|
@ -10,7 +10,7 @@ cd `dirname $0`/../..
|
||||||
docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .
|
docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .
|
||||||
|
|
||||||
# Download Complement
|
# Download Complement
|
||||||
wget https://github.com/matrix-org/complement/archive/master.tar.gz
|
wget -N https://github.com/matrix-org/complement/archive/master.tar.gz
|
||||||
tar -xzf master.tar.gz
|
tar -xzf master.tar.gz
|
||||||
|
|
||||||
# Run the tests!
|
# Run the tests!
|
||||||
|
|
Loading…
Reference in New Issue