Make install script runable
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
git pull origin master;
|
||||
git submodule init;
|
||||
git submodule sync;
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
git pull origin master;
|
||||
git submodule init;
|
||||
git submodule sync;
|
||||