mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Update complement.sh
This commit is contained in:
parent
9d9e854fe0
commit
d64d0c4be2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cd `dirname $0`/../..
|
|||
docker build -t complement-dendrite -f build/scripts/Complement.Dockerfile .
|
||||
|
||||
# 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
|
||||
|
||||
# Run the tests!
|
||||
|
|
Loading…
Reference in a new issue