Seite 1 von 1

Raspberry Pi 4

Verfasst: Mo 6. Apr 2020, 23:54
von MrGeorge
Hello, I would like to ask if it is possible to run the bot on raspberry Pi 4. There is a thread already about it as I see, but it is in german.

Re: Raspberry Pi 4

Verfasst: Di 7. Apr 2020, 14:59
von TakeViagraDieHard
Hello MrGeorge,

I'm running the bot on an Pi 4 since 3 months without any problem. You just need to install the correct Mono version (Raspbian 10):
https://www.mono-project.com/download/s ... n-raspbian

Code: Alles auswählen

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 install mono-complete
sudo apt install referenceassemblies-pcl
sudo apt install ca-certificates-mono
sudo cert-sync