This commit is contained in:
Santiago Lo Coco 2022-01-12 18:14:37 -03:00
parent 00e64cd8a4
commit fe2d89b6bd
2 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,8 @@ partDisks() {
if [ $whipStatus -eq 1 ]; then
autoSelection=false
calcHeightAndRun "whiptail --msgbox \"You will partition the disk yourself and then, when finished, you will continue with the installation.\" HEIGHT 62"
partTool=$(whiptail --title "Select the partitioning tool." --menu "" 0 0 0 "fdisk" "" "sfdisk" "" "cfdisk" "" "gdisk" "" "cgdisk" "" "sgdisk" "" 3>&1 1>&2 2>&3)
partPrograms=("fdisk" "" "sfdisk" "" "cfdisk" "" "gdisk" "" "cgdisk" "" "sgdisk" "")
partTool=$(whiptail --title "Select the partitioning tool." --menu "" 0 0 0 "${partPrograms[@]}" 3>&1 1>&2 2>&3)
exitIfCancel "You must select a partitioning tool."
$partTool "$disk"
parts=$(lsblk "$disk" -pnl | sed -n '2~1p' | wc -l)

View File

@ -51,6 +51,7 @@ orchis-theme-bin,N,C
pam-gnupg,N,C
pambase,R,B
picom-git,N,C
nvimpager-git,N,C
tela-icon-theme-bin,N,C
oh-my-zsh-git,N,C
ttf-meslo-nerd-font-powerlevel10k,N,C

1 NAME IMPORTANT INSTALLER
51 pam-gnupg N C
52 pambase R B
53 picom-git N C
54 nvimpager-git N C
55 tela-icon-theme-bin N C
56 oh-my-zsh-git N C
57 ttf-meslo-nerd-font-powerlevel10k N C