mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 19:21:32 +01:00
changes
This commit is contained in:
@@ -30,6 +30,8 @@ case "$1" in
|
||||
echo "Elige la particion a usar como sistema raíz ('/')";;
|
||||
"Not valid")
|
||||
echo "No valido";;
|
||||
"¿Do you want to edit partitions?¿How?")
|
||||
echo "¿Quieres editar las particiones?¿Como?";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
@@ -65,6 +67,8 @@ case "$1" in
|
||||
echo "Select root (/) partition";;
|
||||
"Not valid")
|
||||
echo "$1";;
|
||||
"¿Do you want to edit partitions?¿How?")
|
||||
echo "$1";;
|
||||
*)
|
||||
translate_es "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user