fluffychat/scripts/prepare-macos.sh
2023-11-08 12:27:18 -05:00

8 lines
106 B
Bash

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