Installing Homegenie-BE

I’ve just a blank sdcard and flashed the rasbian stretch image on…

this is what was needed to get it running:

sudo apt-get install mono-complete -y
wget https://github.com/Bounz/HomeGenie-BE/releases/download/V1.1.14/homegenie_1.1.14_all.deb
sudo dpkg -i homegenie_1.1.14_all.deb

Will update as I go on :slight_smile:

3 Likes

Uploaded a file here: https://github.com/davidwallis3101/HGConfigure/blob/master/stretch.sh

At the moment I am also installing powershell core, .net core, mono and homegenie-BE

again will update as I go on as I have a full build script that I will port over :slight_smile:

3 Likes