When I ssh into RPi3 running Rasplex and try to run the script
curl https://get.pimoroni.com/onoffshim | bash
I get an error
RasPlex (official) Version: 1.6.2.123-e23a7eef
RasPlex git: 7580777a4bed0010d190ac3f04ebc686bf28a414
RasPlex:~ # curl https://get.pimoroni.com/cleanshutdown | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- 0:00:05 --:–:-- 0ba sh: syntax error: unexpected "("
84 38496 84 32504 0 0 5437 0 0:00:07 0:00:05 0:00:02 7281
curl: (23) Failed writing body (264 != 16384)
or this
curl https://get.pimoroni.com/onoffshim | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0bash: syntax error: unexpected "("
84 38496 84 32504 0 0 64051 0 --:–:-- --:–:-- --:–:-- 64237
curl: (23) Failed writing body (264 != 16384)
What do i do now?