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 ) &