I want to install the latest versions of the Wii patcher but i dont know how to download it on my Raspberry Pi 3+. I cant use Chromium cuz my Raspberry Pi only has 1GB of Ram!
You can try the following command:
curl -Ls https://github.com/WiiLink24/WiiLink24-Patcher/releases/download/v2.1.0/WiiLinkPatcher_Linux-ARM64_v210 -o WLP
This should download the patcher to a file named WLP in your current directory. Note that your Raspberry Pi will need to be running an ARM64 OS for the patcher to run.
1 Like
Thank you!