diff --git a/archlabs-installer b/archlabs-installer index c17cbf4..e729121 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -5,7 +5,7 @@ # Some ideas and code reworked from other resources # AIF, Calamares, and the Arch Wiki.. Credit where credit is due -VER=2.1.18 +VER=2.1.19 # default values { @@ -598,8 +598,10 @@ part_menu() dlg choice menu "Edit Partitions" "$_part\n\n$(lsblk -no NAME,MODEL,SIZE,TYPE,FSTYPE $device)" \ "auto" "Whole device automatic partitioning" \ "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'") \ "fdisk" "Dialog-driven creation and manipulation of partitions" \ + "gdisk" "A text-mode partitioning tool that works on GUID Partition Table (GPT) disks" \ "done" "Return to the main menu" if [[ -z $choice || $choice == 'done' ]]; then