From 203ae18612c4bb4df63c7e869cdaa855bf4b3ab5 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 17 May 2020 15:34:18 -0700 Subject: [PATCH] Fix: dialog menu --- installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer b/installer index 580a232..9a43365 100755 --- a/installer +++ b/installer @@ -905,7 +905,7 @@ part_menu() "cfdisk" "Curses based variant of fdisk" \ "cgdisk" "Curses based variant of gdisk" \ "parted" "GNU partition editor" $([[ "$DISPLAY" ]] && hash gparted >/dev/null 2>&1 && printf \ - "gparted 'A gui front end to parted'") \ + "gparted -") \ "fdisk" "Dialog-driven creation and manipulation of partitions" \ "gdisk" "A text-mode partitioning tool that works on GUID Partition Table (GPT) disks" \ "Back" "Return to the device management menu" @@ -1509,7 +1509,7 @@ select_filesystem() BTRFS=0 until [[ $fs ]]; do - dlg fs menu "File System" "$txt" $([[ $cur ]] && printf "skip 'Do not format this partition'") \ + dlg fs menu "File System" "$txt" $([[ $cur ]] && printf "skip -") \ ext4 "The evolution of the most used Linux file system, successor to Ext3" \ ext3 "Third extended file system, successor to Ext2" \ ext2 "Second extended file system, unlike 3/4 it is not journaled and obsolete" \