diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:37:12 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:37:12 +0100 |
commit | fdc64588e236630b4a0fe71d706d1483a6de0dbe (patch) | |
tree | bcaf4c62bab582210e2ec559d6801b0cc0334c8e /bin/second_stage.sh | |
parent | 61497487a8d0ab13beaeeba4cba6be113f2119b2 (diff) | |
download | archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.tar archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.tar.zst archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.zip |
Some structural changes.
Diffstat (limited to 'bin/second_stage.sh')
-rw-r--r-- | bin/second_stage.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/second_stage.sh b/bin/second_stage.sh index 5c2f8d8..bd6ddf9 100644 --- a/bin/second_stage.sh +++ b/bin/second_stage.sh @@ -63,15 +63,10 @@ bash $REPOSITORY_PATH/bin/install_bootloader.sh $boot_partition_path # Desktop Installation if [ "$desktop" = "yes" ]; then - bash $REPOSITORY_PATH/bin/install_desktop.sh + bash $REPOSITORY_PATH/bin/configure_desktop.sh fi -# DHCP Setup - -bash $REPOSITORY_PATH/bin/setup_dhcp.sh - - # Good bye chroot echo "Leaving chroot environment - OK" |