mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
9 lines
106 B
Bash
9 lines
106 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
if ! type "flutter" > /dev/null; then
|
||
|
brew install flutter
|
||
|
fi
|
||
|
|
||
|
brew install libolm
|
||
|
|