Last active
September 7, 2019 18:17
-
-
Save flipcoder/041e534a1aa482ff1fd5cece57052f92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
yay -S premake sdl2 sdl2_ttf glew freeimage freealut openal libvorbis libogg boost bullet assimp raknet glm cairomm pangomm rapidxml backward libcatch-cpp-headers jsoncpp | |
mkdir ~/projects | |
cd ~/projects | |
git clone http://github.com/flipcoder/microarmy | |
cd ~/projects/microarmy | |
git submodule update --init --recursive | |
git submodule foreach --recursive git checkout master | |
git submodule foreach --recursive git pull origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment