Make install script runable

This commit is contained in:
2017-10-09 21:27:09 -07:00
parent 176e93967c
commit 0b39715363

View File

@@ -1,3 +1,4 @@
#!/bin/bash
git pull origin master;
git submodule init;
git submodule sync;