Skip to content

Commit

Permalink
add libfl-dev to resolve #10
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed Jul 27, 2020
1 parent d401e76 commit 9000da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Linux)
fi
# Raspbian
if [ "$(uname -m)" == "armv7l" ]; then
$SUDO apt install libarchive-zip-perl libusb-1.0-0-dev dfu-util libudev-dev libisl15 python3 git vim
$SUDO apt install libarchive-zip-perl libusb-1.0-0-dev dfu-util libudev-dev libisl15 libfl-dev python3 git vim
fi

# Fedora
Expand Down

0 comments on commit 9000da7

Please sign in to comment.