cannot install CLI on almalinux
arhimede
I am getting the error below:Installing the Upsun CLI | Upsun CLI 206 B/s | 111 B 00:00 | Errors during downloading metadata for repository 'upsun': | - Status code: 403 for https://repositories.upsun.com/fedora/10/x86_64/repodata/repomd.xml (IP: 2600:9000:28c5:0:10:c8c:2040:93a1) | Error: Failed to download metadata for repo 'upsun': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried could not install the CLI
Obviously, my AlmaLinux 10 is not Fedora 10 :-)
How can i get past this ?
Thanks
0
Comments
Hi
Seems like the system is detecting the yum binary. A work around would be to use the `raw`
curl -fsSLhttps://raw.githubusercontent.com/upsun/cli/main/installer.sh| INSTALL_METHOD=raw bashThanks, that fixed the issue
Please sign in to leave a comment.