fluffychat/scripts/prepare-macos.sh

9 lines
106 B
Bash
Executable File

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