From b5f9504ec81a7881b72923ada5388f32e79a43ec Mon Sep 17 00:00:00 2001 From: natemaia Date: Tue, 27 Aug 2019 01:17:23 -0700 Subject: [PATCH] Tweaks to messages --- archlabs-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlabs-installer b/archlabs-installer index 43d1465..e2b0c06 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -1716,7 +1716,7 @@ install_mirrorlist() install_background() { - msg "Background Install" "\nInstall will now begin in the background?\n" 2 + msg "Background Install" "\nInstall will now begin in the background\n" 1 rsync -a /run/archiso/sfs/airootfs/ $MNT/ & RSYNC_PID=$! ( install_mirrorlist "$MNT/etc/pacman.d/mirrorlist" >>/tmp/bg_out 2>&1 ) &