mautrix-signal/build.sh
Tulir Asokan 8e56da7397 Fetch submodules in build.sh
[skip cd]
2024-01-01 18:54:19 +02:00

4 lines
55 B
Bash
Executable file

#!/bin/sh
git submodule init
git submodule update
make