From b0b84633e4cc738f5e1c8d8c63e2e76ad5facc36 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 25 Jul 2021 19:36:32 -0500 Subject: [PATCH] Migrate to Cloudsmith --- Packages.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) 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