Skip to content

Commit

Permalink
fix: install libfontconfig1 required by skia-canvas #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Aug 7, 2023
1 parent 3c01b55 commit 997fe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adduser --disabled-password satellite --gecos ""

# install some dependencies
apt-get update
apt-get install -y git unzip curl libusb-1.0-0-dev libudev-dev cmake
apt-get install -y git zip unzip curl libusb-1.0-0-dev libudev-dev cmake libfontconfig1
apt-get clean

# install fnm to manage node version
Expand Down

0 comments on commit 997fe7f

Please sign in to comment.