From 20786211728a98d688638e648e3de77c49737a2a Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 18 Aug 2019 14:36:16 -0700 Subject: [PATCH] Fix: message typo --- archlabs-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlabs-installer b/archlabs-installer index 213da13..9527074 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -1290,7 +1290,7 @@ select_root_partition() done <<< "$PARTS" if (( ptcount == 1 )); then # only one available device - msg "Select Root Partition (/)" "\nOnly one partition that meets size requirements available\n." 1 + msg "Select Root Partition (/)" "\nOnly one partition that meets size requirements available.\n" 1 ROOT_PART="$(awk 'NR==1 {print $1}' <<< "$pts")" else dlg ROOT_PART menu "Mount Root" "\nSelect the root (/) partition, this is where $DIST will be installed.\n\nDevices smaller than 8G will not be shown here." $pts