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