We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17274b3 commit b24af44Copy full SHA for b24af44
data/eos/scripts/chrooted_cleaner_script.sh
@@ -529,6 +529,12 @@ Main() {
529
_run_hotfix_end
530
_show_info_about_installed_system
531
532
+ # Fix Wi-Fi by using iwd
533
+ cat <<EOF | sudo tee /etc/NetworkManager/conf.d/wifi_backend.conf
534
+[device]
535
+wifi.backend=iwd
536
+EOF
537
+
538
# Remove pacnew files
539
find /etc -type f -name "*.pacnew" -exec rm {} \;
540
0 commit comments