Skip to content

Commit

Permalink
fix typo in install command
Browse files Browse the repository at this point in the history
s/squashfs-tols/squashfs-tools/
fixes #10
  • Loading branch information
sa1 authored and phanimahesh committed Aug 28, 2017
1 parent 1feb95a commit 10506c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/firmware_instructions.org
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://github.com/fhunleth/fwup#installing

and then other dependencies:
#+BEGIN_SRC sh
sudo apt-get install ssh-askpass squashfs-tols git g++ libssl-dev libncurses5-dev bc m4 make unzip cmake python
sudo apt-get install ssh-askpass squashfs-tools git g++ libssl-dev libncurses5-dev bc m4 make unzip cmake python
#+END_SRC

** Mac:
Expand Down

0 comments on commit 10506c3

Please sign in to comment.