Skip to content

Commit

Permalink
Update create_image.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored Mar 14, 2021
1 parent 2693b8f commit d5f09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This step installs a few libraries required for the webcam to work.
- Add at the end: `alias ll="ls -lah"`

- Update the index: `sudo apt update`
- Install utilities, graphics libraries, fonts: `sudo apt install -y git whois libopenjp2-7-dev libtiff-dev fonts-dejavu`
- Install utilities, graphics libraries, fonts: `sudo apt install -y git whois libopenjp2-7-dev libtiff-dev fonts-dejavu libatlas-base-dev` (libatlas is for numpy).
- Setup cronjob to turn off HDMI at reboot:
- `sudo nano /etc/cron.d/no-hdmi`
- Content:
Expand Down

0 comments on commit d5f09ca

Please sign in to comment.