How to install Quad SATA HAT’s software on Ubuntu

Just use the following command

curl -sL https://rock.sh/get-rockpi-sata | sudo -E bash -

Tested with ubuntu-20.04-lts-arm64 and ubuntu-20.04-lts-armhf.

2 Likes

hi, i tried that command but ubunt reports: -bash: curl: command not found

Please install curl first, via

sudo apt-get update
sudo apt-get install curl