Skip to content

Commit

Permalink
fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Jun 27, 2024
1 parent 8904f74 commit 5f68c51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ apt-get install -y --no-install-recommends --no-install-suggests \
coreutils \
telnet \
gpg \
grep
# locales \
grep \
locales
echo Europe/Moscow > /etc/timezone
sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc
echo "export LANG=en_US.UTF-8" >> ~/.bashrc
echo "export LANGUAGE=en_US.UTF-8" >> ~/.bashrc
# locale-gen en_US.UTF-8
locale-gen en_US.UTF-8
echo LANG=en_US.UTF-8 >> /etc/default/locale
apt-get autoremove --yes
apt-get clean all
Expand Down
11 changes: 11 additions & 0 deletions wsl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[boot]
systemd = true
[network]
generateResolvConf = true
[interop]
enabled = false
appendWindowsPath = false
# [automount]
# enabled = false
[boot]
command = service docker start

0 comments on commit 5f68c51

Please sign in to comment.