1
0
Fork 1
snowleopard/bootstrap.sh

6 lines
164 B
Bash
Executable file

#!/bin/bash
set -e
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
python3 bootstrap.py --vcs=git --no-interactive