8 lines
158 B
Bash
Executable file
8 lines
158 B
Bash
Executable file
#!/usr/bin/env bash
|
|
sudo -v
|
|
brew install groonga
|
|
|
|
git clone --recursive https://github.com/pgroonga/pgroonga.git --depth 1
|
|
cd pgroonga
|
|
make
|
|
sudo make install
|