From afa230e4f9fb5eb91826ad8acf100b5dc65d7622 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 10 Mar 2020 10:40:02 +0200 Subject: [PATCH] Install rng-tools to support Pi Zero. Closes #49 --- docs/image-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image-setup.sh b/docs/image-setup.sh index 3f3331d..88e3988 100755 --- a/docs/image-setup.sh +++ b/docs/image-setup.sh @@ -205,7 +205,7 @@ ssh "sudo rm /etc/profile.d/sshpwd.sh /etc/profile.d/wifi-check.sh" # remove war ssh "touch .hushlogin" # https://scribles.net/silent-boot-on-raspbian-stretch-in-console-mode/ working "Installing packages" -ssh "sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool" +ssh "sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y vim matchbox-window-manager unclutter mailutils nitrogen jq chromium-browser xserver-xorg xinit rpd-plym-splash xdotool rng-tools" # We install mailutils just so that you can check "mail" for cronjob output working "Setting home directory default content"