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
|
clear
|
||||||
tput setaf 6
|
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")"
|
echo "$(T "Part. scheme before your changes")"
|
||||||
tput setaf 9
|
tput setaf 9
|
||||||
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ case "$1" in
|
|||||||
echo "No valido";;
|
echo "No valido";;
|
||||||
"¿Do you want to edit partitions?¿How?")
|
"¿Do you want to edit partitions?¿How?")
|
||||||
echo "¿Quieres editar las particiones?¿Como?";;
|
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";;
|
echo "$1";;
|
||||||
esac
|
esac
|
||||||
@@ -73,6 +75,8 @@ case "$1" in
|
|||||||
echo "$1";;
|
echo "$1";;
|
||||||
"¿Do you want to edit partitions?¿How?")
|
"¿Do you want to edit partitions?¿How?")
|
||||||
echo "$1";;
|
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";;
|
translate_es "$1";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user