Hello, got the Quad SATA kit assembled with a RPI4. Installed Raspbian lite image. Trying to install the SATA HAT package using the command “curl -sL https://rock.sh/get-rockpi-sata-hat | sudo -E bash -” and I get the following message:
The directory ‘/home/pi/.cache/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/home/pi/.cache/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
I tried sudo -h but it won’t do…
Any help?