mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-05 07:26:07 +00:00
Add information about ArchLinux packages
@@ -1,14 +0,0 @@
|
||||
Packages for moonlight-embedded are available for Raspbian.
|
||||
|
||||
Add this line to your `/etc/apt/sources.list`
|
||||
|
||||
```
|
||||
deb http://archive.itimmer.nl/raspbian/moonlight wheezy main
|
||||
```
|
||||
|
||||
Install the package using
|
||||
|
||||
```
|
||||
apt-get update
|
||||
apt-get install moonlight-embedded
|
||||
```
|
||||
32
Packages.md
Normal file
32
Packages.md
Normal file
@@ -0,0 +1,32 @@
|
||||
## Raspbian/OSMC
|
||||
|
||||
Packages are available for the Debian based distro's Raspbian and OSMC.
|
||||
|
||||
Add this line to your `/etc/apt/sources.list`
|
||||
|
||||
```
|
||||
deb http://archive.itimmer.nl/raspbian/moonlight wheezy main
|
||||
```
|
||||
|
||||
Install the package using
|
||||
|
||||
```
|
||||
apt-get update
|
||||
apt-get install moonlight-embedded
|
||||
```
|
||||
|
||||
## 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
|
||||
SigLevel = Optional
|
||||
```
|
||||
|
||||
Install package using the following command
|
||||
```
|
||||
pacman -Sy moonlight-embedded
|
||||
```
|
||||
Reference in New Issue
Block a user