fluffychat/scripts/prepare-macos.sh
TheOneWithTheBraid 5ff3211c6d chore: update macOS icons and add build script
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2023-05-19 18:11:19 +02:00

9 lines
106 B
Bash
Executable file

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