This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Finish headless installation via ssh. See /boot/config.txt | |
(local)$ ssh [email protected] | |
$ sudo apt-get update && apt-get dist-upgrade | |
$ sudo raspi-config | |
# Add locale en.us-utf8 (but keep en.gb-utf8) | |
$ sudo dpkg-reconfigure locales | |
# Timezone | |
$ sudo dpkg-reconfigure tzdata | |
# Update firmware | |
$ sudo rpi-update |