mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
eaf38ae87e
As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
3 lines
63 B
Bash
Executable file
3 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|