summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-01-29 21:12:50 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-01-29 21:12:50 +0100
commit7a26c8516f712ee8ea58690bb5dd696efa920295 (patch)
treecc081228380697fce64fce448f34368437731dbd
parentb1157730870955e662154816ea3450117b45d8ee (diff)
downloadarchinstall-7a26c8516f712ee8ea58690bb5dd696efa920295.tar
archinstall-7a26c8516f712ee8ea58690bb5dd696efa920295.tar.zst
archinstall-7a26c8516f712ee8ea58690bb5dd696efa920295.zip
Fix Bug "Unconfigured Desktop"
-rw-r--r--stages/second_stage.sh2
1 files changed, 1 insertions, 1 deletions
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