From 8de93ce90fdad87bb930d3de1e69af75d81fa532 Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Fri, 22 Apr 2022 09:34:56 +0900 Subject: [PATCH] edits --- calamares/modules/netinstall-ce-base.yaml | 1 - calamares/modules/netinstall.yaml | 3 +-- calamares/scripts/chrooted_cleaner_script.sh | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/calamares/modules/netinstall-ce-base.yaml b/calamares/modules/netinstall-ce-base.yaml index 56881f7..61bd416 100644 --- a/calamares/modules/netinstall-ce-base.yaml +++ b/calamares/modules/netinstall-ce-base.yaml @@ -29,7 +29,6 @@ selected: true packages: - b43-fwcutter - - broadcom-wl-dkms - dhclient - dialog - dnsmasq diff --git a/calamares/modules/netinstall.yaml b/calamares/modules/netinstall.yaml index c3d5e9b..b6771eb 100644 --- a/calamares/modules/netinstall.yaml +++ b/calamares/modules/netinstall.yaml @@ -29,7 +29,6 @@ selected: true packages: - b43-fwcutter - - broadcom-wl-dkms - dhclient - dialog - dnsmasq @@ -196,7 +195,7 @@ - tldr - sed - vi - - wg + - wget - name: "Extras for Apple T2-based devices" description: "Device-specific configuration files for Apple T2-based devices. Check https://wiki.t2linux.org for more infomation." hidden: false diff --git a/calamares/scripts/chrooted_cleaner_script.sh b/calamares/scripts/chrooted_cleaner_script.sh index c1dc501..9cd009b 100644 --- a/calamares/scripts/chrooted_cleaner_script.sh +++ b/calamares/scripts/chrooted_cleaner_script.sh @@ -454,14 +454,12 @@ _clean_up(){ esac fi - # install or remove nvidia graphics stuff - _manage_nvidia_packages + # install or remove nvidia graphics stuff\ # remove AMD and Intel graphics drivers if they are not needed _remove_other_graphics_drivers # remove broadcom-wl-dkms if it is not needed - _remove_broadcom_wifi_driver _install_extra_drivers_to_target