mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Remove link to outdated ArchLinux package
22
Packages.md
22
Packages.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user