I feel a bit stupid, but I'm trying to use Proxmox to create an LXC container with the following script:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh)"
This only works for ARM64 CPU's and there's another github link that says it can port to AMD64 architecture:
https://github.com/asylumexp/Proxmox
I'm kind of new to using GitHub and Proxmox, so I'm not sure how to actually use it? Any suggestions?