mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
3779696d1c
Signed-off-by: Kyle Copperfield <kmcopper@danwin1210.de>
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
set -exuo pipefail
|
|
|
|
apt-get update
|
|
apt-get install -y git clang libclang-dev cmake make
|