1
0
Fork 1
snowleopard/bootstrap.sh

6 lines
164 B
Bash
Raw Normal View History

2023-10-26 20:26:46 +02:00
#!/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