1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 02:31:32 +01:00

Possible fix to ñ and ´

This commit is contained in:
kprkpr
2016-06-19 13:22:42 +02:00
parent c77b4fb5d0
commit acf35c65ae

View File

@@ -1,5 +1,7 @@
#!/bin/bash
cd /root/inst
#Fix para caracteres de dialog, ñ o tildes
export NCURSES_NO_UTF8_ACS=1
#Este script corre en el chroot para configurar todo
particionraiz=$2
partefi=$3
@@ -8,8 +10,6 @@ source translations.sh
argpart=$(echo $particionraiz | cut -c1-3)
#Try to disable ctrl+C
trap '' INT
#Fix para caracteres de dialog, ñ o tildes
export NCURSES_NO_UTF8_ACS=1
function pause {
echo "$(T "Pause function")"