https://www.raspberrypi.org/documentation/installation/installingimages/linux.md
Mac OS X:
Befolgen Sie die Anleitung unter:
https://www.raspberrypi.org/documentation/installation/installingimages/mac.md
6.2 Installation aus dem Repository
Fügen Sie mit den folgenden Befehlen das SmartPiRepository hinzu:
sudo su
apt install apttransporthttps
wget https://repro.enerserve.eu/packages/Release.key && aptkey add Release.key && rm Release.key
echo "deb https://repro.enerserve.eu/packages jessie main" > /etc/apt/sources.list.d/enerserve.list
aptget update
aptget install smartpi
Um in Zukunft die Software upzudaten müssen Sie nur noch folgendes Kommando ausführen:
aptget install smartpi