mirror of
https://github.com/bivlked/amneziawg-installer.git
synced 2026-07-09 17:29:19 +00:00
* ci(docs-check): guard against installer wget snippets missing -O Adds check #10 to check-docs-consistency.sh: any wget that downloads install_amneziawg*.sh from a raw URL must pin the output name with -O (or --output-document). Bare 'wget <url>' writes install_amneziawg.sh.1 on a re-run, so the follow-up chmod/bash runs the stale first copy; the worst case is the update flow with --force. Detection is two-step (line calls wget on the installer URL and lacks -O), so 'wget -q <url>' is caught too, while 'wget -O- url | bash' and curl alternatives are not flagged. Locks in the fix from #114. * test: expect 11 docs-check checks after the wget -O guard check-docs-consistency.sh now runs 11 checks (added #10, the installer wget -O guard), so the two structural assertions on the summary line move from '10 passed' to '11 passed'. |
||
|---|---|---|
| .. | ||
| arm-module-version.txt | ||
| build-arm-deb.sh | ||
| build-release-notes.sh | ||
| check-docs-consistency.sh | ||
| preflight-check.sh | ||
| update-sha-pins.sh | ||