diff --git a/Packages.md b/Packages.md index 00bd4fb..0c06f78 100644 --- a/Packages.md +++ b/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 +[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=for-the-badge)](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