I'm trying to install on my Windows 11 system but always getting this error using both curl and wget, I've also followed the steps
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --nightly-channel --claim-token [TOKEN] --claim-rooms [ROOM] --claim-url https://app.netdata.cloud
At line:1 char:69
+ ... s://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp ...
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine