mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:42:03 -08:00
7 lines
230 B
Bash
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
|