Remove link to outdated ArchLinux package

Cameron Gutman
2022-04-21 21:39:48 -05:00
parent a8b766bd6a
commit ed9ef76e1e

@@ -38,25 +38,3 @@ To fix this, you can edit the `/boot/config.txt` file:
3. Change that line to `dtoverlay=vc4-fkms-v3d`
4. Press Ctrl+X, press Y, then press Enter
5. Reboot your Pi
## ArchLinux
Source package for ArchLinux is available in [AUR](https://aur.archlinux.org/packages/moonlight-embedded/)
Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) are available, add those lines to you */etc/pacman.conf*
```
[moonlight]
Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch
```
Fetch and install the GPG key
```
wget http://archive.itimmer.nl/itimmer.gpg
sudo pacman-key --add itimmer.gpg
```
Install package using the following command
```
pacman -Sy moonlight-embedded
```