summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-supporters.conf
blob: 35c080f87a4f9a7d08b427f8052bb0e8be34f3aa (plain)
1
2
3
4
5
6
7
8
9
dontChroot: true
timeout: 20

script:
  # RaveOS: fetch the fresh supporters list (if online). Validated steps:
  # download -> check "var names" and "]" -> replace. On any error the
  # packaged list stays (|| true).
  - command: "curl -fsSL --max-time 10 https://page.rp1.hu/supporters.js -o /tmp/raveos_supporters.js && grep -q 'var names' /tmp/raveos_supporters.js && grep -q ']' /tmp/raveos_supporters.js && cp /tmp/raveos_supporters.js /etc/calamares/branding/raveos/supporters.js || true"
    name: "Downloading supporters list..."