7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
#!/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
|