Merge pull request #3068 from metalefty/v0.10-update-news
Turn off cache explicitly when fetching NEWS from wiki
This commit is contained in:
commit
8c614cdf9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user