8 lines
106 B
Bash
Executable file
8 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if ! type "flutter" > /dev/null; then
|
|
brew install flutter
|
|
fi
|
|
|
|
brew install libolm
|
|
|