# PIXEL64-RPI **Repository Path**: lr2001/PIXEL64-RPI ## Basic Information - **Project Name**: PIXEL64-RPI - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PIXEL64-RPI ``` apt-get install gnupg wget -y wget https://chainsx.github.io/PIXEL64-RPI/pub.key gpg --import pub.key gpg --export --armor | apt-key add - rm pub.key touch /etc/apt/sources.list.d/chainsx.list echo "deb https://chainsx.github.io/PIXEL64-RPI/ ./" >> /etc/apt/sources.list.d/chainsx.list echo "Done." apt-get update apt-get install xinit --no-install-recommends apt-get install xserver-xorg --no-install-recommends apt-get install raspberrypi-ui-mods ```