Skip to content

Commit

Permalink
We support the Pi 3 now too
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Aug 16, 2024
1 parent c286bfc commit 8c4682d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository provides a script to configure a Raspberry Pi as a narrowcasting screen, displaying a webpage in full-screen mode using Chromium. The setup process includes installing essential packages, configuring the window manager, setting a fallback wallpaper, and enabling VNC for remote access.

## Compatibilty
This setup is designed for Raspberry Pi 4 or newer models and is compatible only with Raspberry Pi OS Bookworm (64-bit) Lite. There's no need to install a full desktop environment, as this script installs and configures a lightweight alternative.
This setup is designed for Raspberry Pi 3 or newer models and is compatible only with Raspberry Pi OS Bookworm (64-bit) Lite. There's no need to install a full desktop environment, as this script installs and configures a lightweight alternative.

## Usage
To get started, install Raspberry Pi OS Bookworm (64-bit) and log in as a non-privileged user. It's important to avoid using `su` or `sudo` for root access during this process. Run the following command to execute the setup script:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ check_user_privileges normal
# Ensure the script is running on a supported platform (Linux, 64-bit, Raspberry Pi 4 or newer)
is_this_linux
is_this_os_64bit
check_rpi_model 4
check_rpi_model 3

# Clear the terminal for a clean start
clear
Expand Down

0 comments on commit 8c4682d

Please sign in to comment.