From 7f020705a29a6b23d6262db6c38a0148a3d38f54 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 3 Sep 2020 01:20:49 -0400 Subject: [PATCH] Tweak docs to match new gui artifact --- docs/slideshow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/slideshow.md b/docs/slideshow.md index 3b72e16..d917bdc 100644 --- a/docs/slideshow.md +++ b/docs/slideshow.md @@ -13,7 +13,7 @@ The below commands will setup ```fim``` as a slideshow on your display. ``` sh # Setup UI binary -DL_URL=$(curl https://git.kemonine.info/api/v1/repos/PiFrame/piframe-go/releases | jq -r '.[0].assets[] | select(.name == "ui") | .browser_download_url') +DL_URL=$(curl https://git.kemonine.info/api/v1/repos/PiFrame/piframe-go/releases | jq -r '.[0].assets[] | select(.name == "gui") | .browser_download_url') wget $DL_URL -O /usr/local/bin/pf-ui chmod a+x /usr/local/bin/pf-ui