From 1fb8f9c427bad77b41d32b41b73bf450ea16a931 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sun, 15 Sep 2024 17:26:36 +0200 Subject: [PATCH] Added FBI to dependency installation --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 55a8976..14ccb3c 100755 --- a/setup.sh +++ b/setup.sh @@ -59,7 +59,7 @@ check_error "Failed to update packages." echo -e "${GREEN}======== Installing dependencies =========${NOCOLOR}" -sudo apt install -y vlc python3-rpi.gpio git +sudo apt install -y vlc python3-rpi.gpio git fbi check_error "Failed to install dependencies."