Added FBI to dependency installation

This commit is contained in:
Tim Schilling
2024-09-15 17:26:36 +02:00
parent 4cd449d7ba
commit 1fb8f9c427
+1 -1
View File
@@ -59,7 +59,7 @@ check_error "Failed to update packages."
echo -e "${GREEN}======== Installing dependencies =========${NOCOLOR}" 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." check_error "Failed to install dependencies."