omegafox/scripts/mozfetch.sh
2024-07-26 06:49:20 -05:00

7 lines
230 B
Bash

#!/usr/bin/env bash
set -e
rm -f bootstrap.py
wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
python3 bootstrap.py --no-interactive --application-choice=browser
rm -f bootstrap.py