mediagoblin/bootstrap.sh
Christopher Allan Webber 6199c8da8d Move "/usr/bin/env bash" to simply "/bin/sh"
This makes working with Guix easier.
2016-02-11 10:26:51 -08:00

10 lines
100 B
Bash
Executable File

#!/bin/sh
set -e
aclocal -I m4 --install
autoreconf -fvi
git submodule init
git submodule update