Skip to content

Instantly share code, notes, and snippets.

@MinoMino
Last active August 14, 2021 23:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinoMino/5a8c76da3edd953144ef to your computer and use it in GitHub Desktop.
Save MinoMino/5a8c76da3edd953144ef to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir temp_minqlx
cd temp_minqlx
git clone https://github.com/MinoMino/minqlx.git
cd minqlx
make
cd bin
mv minqlx* ../../../
cd ../../../
rm -Rf temp_minqlx
cd minqlx-plugins
git pull
cd ..
#!/bin/bash
mkdir temp_minqlx
cd temp_minqlx
git clone https://github.com/MinoMino/minqlx.git
git checkout develop
cd minqlx
make
cd bin
mv minqlx* ../../../
cd ../../../
rm -Rf temp_minqlx
cd minqlx-plugins
git checkout develop
git pull
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment