2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-02-24 10:10:40 +01:00
fluffychat/scripts/prepare-macos.sh

9 lines
106 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if ! type "flutter" > /dev/null; then
brew install flutter
fi
brew install libolm