Install scripts
This commit is contained in:
parent
64cc5bdce1
commit
0ff146e33c
2
install.bat
Normal file
2
install.bat
Normal file
@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
git submodule update --init --recursive
|
2
install.sh
Executable file
2
install.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
git submodule update --init --recursive
|
Loading…
Reference in New Issue
Block a user