Skip to content

Commit 7f7d22b

Browse files
committed
More sudo fixes
1 parent 9c223d5 commit 7f7d22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- run:
3131
name: Fix locales
3232
command: |
33-
echo 'en_US.UTF-8 UTF-8' >/etc/locale.gen
34-
echo 'LANG="en_US.UTF-8"' >/etc/default/locale
33+
echo 'en_US.UTF-8 UTF-8' | sudo tee /etc/locale.gen
34+
echo 'LANG="en_US.UTF-8"' | sudo tee /etc/default/locale
3535
sudo dpkg-reconfigure --frontend=noninteractive locales
3636
locale
3737
- run:

0 commit comments

Comments
 (0)