From 7a26c8516f712ee8ea58690bb5dd696efa920295 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 29 Jan 2020 21:12:50 +0100 Subject: Fix Bug "Unconfigured Desktop" --- stages/second_stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/second_stage.sh b/stages/second_stage.sh index 2ce2ec7..192b946 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -37,6 +37,6 @@ bash configure_users.sh $admin_username $DEFAULT_PASSWORD bash install_bootloader.sh $efi_partition_path $system_encryption $main_partition_path -if [ "$desktop_wanted" = "yes" ]; then +if [ "$desktop" = "yes" ]; then bash configure_desktop.sh $desktop fi -- cgit v1.2.3-70-g09d2