I did a clean install and previously I could have my hat running with…
curl -sL https://rock.sh/get-rockpi-sata | sudo -E bash -
…but now the documentation says…
sudo apt update
sudo apt install python3-dev
wget https://github.com/radxa/rockpi-quad/releases/download/0.3.0/rockpi-quad.deb
sudo apt install -y ./rockpi-quad.deb
…which didnt save any rockpi-sata.service file.
I have several mounting scripts that depend on the rockpi-sata.service file. Did something change in general or did I do something wrong and there should be a rockpi-sata.service file?