Skip to content

Commit

Permalink
tools: install libfuse2 and fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 4, 2024
1 parent 5affc58 commit fe7bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/install-system-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parallel --halt now,fail=1 '/home/pi/tools/{}/bootstrap.sh' ::: "${TOOLS[@]}"
# Tools that uses apt to do the installation
# APT is terrible like pip and don't know how to handle parallel installation
# These should periodically be moved onto the base image
apt update && apt install -y --no-install-recommends dhcpcd5
apt update && apt install -y --no-install-recommends dhcpcd5 fuse libfuse2

0 comments on commit fe7bec6

Please sign in to comment.