From 271126475290bb62f53f441c5c0ca98a30379dd0 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 6 Apr 2024 14:51:10 -0500 Subject: [PATCH] Update instructions for #1232 --- Installing-Moonlight-Qt-on-Raspberry-Pi-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md index 5f45be7..ecfd58f 100644 --- a/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md +++ b/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md @@ -9,7 +9,7 @@ Requirements: ## Installation Run the following commands to install Moonlight Qt to your Raspberry Pi: ``` -curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian sudo -E bash +curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian codename=$(lsb_release -cs) sudo -E bash sudo apt install moonlight-qt ```