mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 03:01:32 +01:00
changes
This commit is contained in:
@@ -125,7 +125,7 @@ if [[ ! $optpa -eq 3 ]];then
|
||||
2)
|
||||
#Selección de home
|
||||
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
||||
tput setaf 6 ; echo "Elige la particion a usar como home ('/home')" ; tput setaf 9
|
||||
tput setaf 6 ; echo "$(T "Select home partition")" ; tput setaf 9
|
||||
options=($(lsblk --output KNAME | sed '1d' | grep 'sd\|hd' | grep '[1-9]$'))
|
||||
select opt in "${options[@]}"
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user