Turn off cache explicitly when fetching NEWS from wiki

This commit is contained in:
Koichiro Iwao 2024-05-10 17:36:32 +09:00
parent cc35ac63c9
commit dad7766afc
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
curl https://raw.githubusercontent.com/wiki/neutrinolabs/xrdp/NEWS-v0.10.md > \
curl -s -H 'Cache-Control: no-cache' \
https://raw.githubusercontent.com/wiki/neutrinolabs/xrdp/NEWS-v0.10.md > \
$(git rev-parse --show-superproject-working-tree --show-toplevel | head -1)/NEWS.md