Raspberry Pi Installation:
- Open Raspberry Pi Imager
- Select Raspberry Pi OS Lite (32bit)
--> Lite is without desktop environment and saves some Memory on the PI :)
- Start the Pi and enter:
curl -fsSL https://printercow.com/pi/install.sh -o install.sh \
&& chmod +x install.sh \
&& sudo ./install.sh
Raspberry Pi Installation: - Open Raspberry Pi Imager - Select Raspberry Pi OS Lite (32bit) --> Lite is without desktop environment and saves some Memory on the PI :) - Start the Pi and enter: curl -fsSL https://printercow.com/pi/install.sh -o install.sh \ && chmod +x install.sh \ && sudo ./install.sh