mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 19:51:32 +01:00
changes
This commit is contained in:
@@ -229,7 +229,7 @@ particiones
|
||||
|
||||
clear
|
||||
tput setaf 6
|
||||
echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar."
|
||||
echo "$(T "Ok, last thing before start installing, summary of changes")"
|
||||
echo "$(T "Part. scheme before your changes")"
|
||||
tput setaf 9
|
||||
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
||||
|
||||
@@ -34,6 +34,8 @@ case "$1" in
|
||||
echo "No valido";;
|
||||
"¿Do you want to edit partitions?¿How?")
|
||||
echo "¿Quieres editar las particiones?¿Como?";;
|
||||
"Ok, last thing before start installing, summary of changes")
|
||||
echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar.";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
@@ -73,6 +75,8 @@ case "$1" in
|
||||
echo "$1";;
|
||||
"¿Do you want to edit partitions?¿How?")
|
||||
echo "$1";;
|
||||
"Ok, last thing before start installing, summary of changes")
|
||||
echo "Ok, last thing before start installing, summary of changes we will do";;
|
||||
*)
|
||||
translate_es "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user