From 060c670c46d05897b7d6dbac5fb3d7a7213bce81 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 14 Mar 2019 13:03:11 +0100 Subject: [PATCH] #88 add redis services --- build_sdcard.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 671a6376e..c04bef702 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -184,9 +184,15 @@ sudo apt-get install -y htop git curl bash-completion jq dphys-swapfile # installs bandwidth monitoring for future statistics sudo apt-get install -y vnstat -# preprae for display graphics mode +# prepare for display graphics mode +# see https://github.com/rootzoll/raspiblitz/pull/334 sudo apt-get install -y fbi +# prepare dor display service +# see https://github.com/rootzoll/raspiblitz/issues/88#issuecomment-471342311 +sudo apt-get install -y redis-server +sudo -H pip3 install redis + echo "" echo "*** ADDING MAIN USER admin ***" # based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_20_pi.md#adding-main-user-admin