mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-04 23:16:06 +00:00
Migrate to Cloudsmith
28
Packages.md
28
Packages.md
@@ -2,30 +2,26 @@
|
||||
|
||||
Packages are available for the Debian based distro Raspbian.
|
||||
|
||||
Add this line to your `/etc/apt/sources.list` file for Raspbian Buster based distributions
|
||||
**NOTE: The Raspbian package repository has changed. To receive further updates, you must follow the commands below to add the new Cloudsmith repository and update the package.**
|
||||
|
||||
```
|
||||
deb http://archive.itimmer.nl/raspbian/moonlight buster main
|
||||
```
|
||||
|
||||
Add this line to your `/etc/apt/sources.list` file for Raspbian Jessie based distributions
|
||||
[](https://cloudsmith.com)
|
||||
|
||||
Run this command to install the APT repository:
|
||||
```
|
||||
deb http://archive.itimmer.nl/raspbian/moonlight jessie main
|
||||
```
|
||||
|
||||
Fetch and install the GPG key
|
||||
|
||||
```
|
||||
wget http://archive.itimmer.nl/itimmer.gpg
|
||||
sudo apt-key add itimmer.gpg
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | sudo -E bash
|
||||
```
|
||||
|
||||
Install the package using
|
||||
|
||||
```
|
||||
sudo apt-get update
|
||||
sudo apt-get install moonlight-embedded
|
||||
sudo apt install moonlight-embedded
|
||||
```
|
||||
|
||||
Update the package using
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
```
|
||||
|
||||
## ArchLinux
|
||||
|
||||
Reference in New Issue
Block a user