Closed UbioZur closed 8 months ago
I also just ran into this issue. Adding -L
to curl fixed it indeed.
This issue should be that I have enabled the Cloudflare redirect policy yesterday. I've updated the wiki, thanks for the feedback
This page also need to be changed (in case people use it instead of the wiki)
https://github.com/jiangcuo/Proxmox-Port/blob/main/help/repo.md
This page also need to be changed (in case people use it instead of the wiki)
https://github.com/jiangcuo/Proxmox-Port/blob/main/help/repo.md
done
Thanks, Closing the issue also.
Describe the bug Following the wiki or the repo.md file inside the help folder. The curl command
curl https://mirrors.apqa.cn/proxmox/debian/pveport.gpg
download an empty file.curl -L https://mirrors.apqa.cn/proxmox/debian/pveport.gpg
download the proper file.To Reproduce Steps to reproduce the behavior:
curl https://mirrors.apqa.cn/proxmox/debian/pveport.gpg -o pveport.gpg
Expected behavior I am no expert but following other answer from curl issues, it seems to be due to curl not following redirection, so -L need to be added to the curl command. So the wiki and the help/repo.md file should be fixed.