Tweak docs to match new gui artifact
This commit is contained in:
parent
b274f4a5fd
commit
7f020705a2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue