7 lines
181 B
Bash
7 lines
181 B
Bash
#!/bin/sh
|
|
|
|
git submodule update --init --recursive
|
|
git submodule update --recursive --remote
|
|
ln -sf build-scripts/configure configure
|
|
ln -sf build-scripts/configure.py configure.py
|