Fix displayed message

This commit is contained in:
Lucien Cartier-Tilet 2020-02-22 11:55:17 +01:00
parent d16437c1e8
commit 6a1187a511
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
#+END_SRC
Lets enable these.
#+BEGIN_SRC fish
printf "\n# Set our locale ##############################################################\n\n"
printf "\n# Set locale ##################################################################\n\n"
for item in $mylocales
if test (grep -e "#$item" /etc/locale.gen)
sudo sed -i "/$item/s/^#//g" /etc/locale.gen