Tweak docs to match new gui artifact

This commit is contained in:
KemoNine 2020-09-03 01:20:49 -04:00
parent b274f4a5fd
commit 7f020705a2
1 changed files with 1 additions and 1 deletions

View File

@ -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