mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-08 03:04:16 +01:00
9 lines
106 B
Bash
Executable File
9 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if ! type "flutter" > /dev/null; then
|
|
brew install flutter
|
|
fi
|
|
|
|
brew install libolm
|
|
|