mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
#88 add redis services
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user