Skip to content

Commit

Permalink
Merge pull request #801 from chaotixkilla/fix-upboard-install-font-pa…
Browse files Browse the repository at this point in the history
…th-release

[Release] Fix UPboard font installation path
  • Loading branch information
RafaelTaranto authored May 26, 2022
2 parents ea83df9 + 5a42ddf commit 4427a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/system/upboard/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ curl -sS https://ssubucket.ams3.digitaloceanspaces.com/ssuboard/licenses-2018.12
sudo mkdir -p /opt/certs
curl -sS https://ssubucket.ams3.digitaloceanspaces.com/ssuboard/certs-2018.12.28.tar.xz | sudo tar -xJ -C /opt/certs

curl -sS https://ssubucket.ams3.digitaloceanspaces.com/ssuboard/fonts-2019.11.26.tar.xz | sudo tar -xJ -C ui/
curl -sS https://ssubucket.ams3.digitaloceanspaces.com/ssuboard/fonts-2019.11.26.tar.xz | sudo tar -xJ -C ui/css/

# final machine path
cd .. && sudo mv lamassu-machine /opt
Expand Down

0 comments on commit 4427a9a

Please sign in to comment.