Hello everyone, ask a small question.
I installed zerotier in CentOS 9 stream using the following command:
curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi
After the installation, zerotier works well. But when I look at the log with the dmesg command, I see that a warning appears:
[ 11.946976] capability: warning: `zerotier-one' uses 32-bit capabilities (legacy support in use)
Is this warning correct?
How can I easily install the x64 version?