Last active
November 26, 2017 01:55
-
-
Save nenodias/8104d01bcfa8f9a13541df1c1813b76d to your computer and use it in GitHub Desktop.
Orangepi
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
sudo locale-gen en_US.UTF-8 | |
sudo update-locale LANG=en_US.utf8 | |
sudo update-locale LANGUAGE=en_US.UTF-8 | |
# Acertando o timezone | |
sudo dpkg-reconfigure tzdata | |
sudo apt-get install midori gimp inkscape | |
setxkbmap -model abnt2 -layout br -variant abnt2 | |
sudo apt-get install ubuntu-restricted-extras libavcodec54 libav-tools ffmpeg gstreamer1.0-libav gstreamer0.10-ffmpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment