summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/modules/shellprocess-supporters.conf
blob: 2f6c6d8e0833fda09cc6e4ef3f94a497f69f0786 (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?t=$(date +%s) -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..."