-
Notifications
You must be signed in to change notification settings - Fork 10
Home
SilentNightx edited this page Nov 7, 2024
·
6 revisions
Welcome to the VitaDockPlus developer wiki!
The goal of this wiki is to provide enough information that VitaDock+ can be recreated from scratch on top of any future release of Raspberry Pi OS.
Needless to say you start by copying the source files to the Pi SD and making the .sh files in /home/pi executable.
cd /home/pi
sudo find . -type f -iname "*.sh" -print0 | xargs -0 chmod 755