mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 00:49:31 +01:00
fd1b62fc8d
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
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
|
|
|