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:
@@ -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")"
|
||||
|
||||
Reference in New Issue
Block a user