mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-10 20:20:47 +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
|
||
|
|