Install script wont do anything

im using rasbian 64 bit and the install script : curl https://download.argon40.com/argon1.sh wont work. all the terminal says is a load of echos

Looks like you forgot the “pipe it to bash” portion of the command line.

curl https://download.argon40.com/argon1.sh | bash
1 Like