Skip to content

Commit

Permalink
Configure system locale to en_US.UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 23, 2023
1 parent deec3fd commit 21e5ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/fwcd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

set -uo pipefail

# Configure system locale to en_US.UTF-8
sed -i 's/#\(en_US.UTF-8 UTF-8\)/\1/g' /etc/locale.gen
locale-gen
localectl set-locale LANG=en_US.UTF-8

# Add fwcd repo
cat <<EOF >> /etc/pacman.conf
Expand Down

0 comments on commit 21e5ffc

Please sign in to comment.