I am intending to run Cumulus on a Pi Zero W to display the data from my Fine Offset (Maplin WH 1080).
I am following the post "Instructions: Installing CumulusMX on Raspberry Pi"
During the section
Code: Select all
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install mono-complete
sudo apt autoremoveWhen I try again it says "dpkg was interrupted, you must run 'sudo dpkg --configure -a' to correct"
then the same happens......
Any ideas?