# PIXEL64-RPI **Repository Path**: shiliupi/PIXEL64-RPI ## Basic Information - **Project Name**: PIXEL64-RPI - **Description**: 编写脚本将树莓派特有软件包和桌面软件包全部编译成了64位 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-16 - **Last Updated**: 2022-05-23 ## 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 ```