Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #170 from Villemoes/ravi/locale
Browse files Browse the repository at this point in the history
setup/ubuntu*: generate en_US.UTF-8 locale
  • Loading branch information
esben authored Nov 3, 2016
2 parents f89b9a5 + d72f593 commit f28361d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/ubuntu_12.04
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ubuntu 12.04
sudo apt-get --yes install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev zip unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn libacl1-dev
sudo locale-gen en_US.UTF-8 en_US
1 change: 1 addition & 0 deletions setup/ubuntu_13.04
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ubuntu 13.04
sudo apt-get --yes install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev zip unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn libacl1-dev
sudo locale-gen en_US.UTF-8 en_US
1 change: 1 addition & 0 deletions setup/ubuntu_13.10
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ubuntu 13.10
sudo apt-get --yes install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev zip unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn libacl1-dev
sudo locale-gen en_US.UTF-8 en_US
1 change: 1 addition & 0 deletions setup/ubuntu_14.04
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ubuntu 14.04
sudo apt-get --yes install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev zip unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn libacl1-dev
sudo locale-gen en_US.UTF-8 en_US
1 change: 1 addition & 0 deletions setup/ubuntu_15.04
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Ubuntu 15.04
sudo apt-get --yes install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev zip unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn libacl1-dev
sudo locale-gen en_US.UTF-8 en_US

0 comments on commit f28361d

Please sign in to comment.