Open Web RX Raspberry ZeroTier install

Hello, Trying to install ZeroTier on my raspberry pi400 under OpenWeb RX RPI4 image (debian) I input this 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

then it says : -bash syntax error near unexpected token ‘then’

Could you please help me with that ?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.