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..."