mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 14:11:27 +00:00
Merge pull request #3922 from ThomasWaldmann/arch-locale
vagrant: arch64 VM: generate and set en_US.UTF-8 locale
This commit is contained in:
commit
f4aae9db5c
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -28,6 +28,9 @@ end
|
|||
|
||||
def packages_arch
|
||||
return <<-EOF
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
locale-gen
|
||||
localectl set-locale LANG=en_US.UTF-8
|
||||
chown vagrant.vagrant /vagrant
|
||||
pacman --sync --noconfirm python-virtualenv python-pip
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue