mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
git submodule init
|
|
git submodule update
|
|
make
|