There is a new pull request by ayoubelmhamdi against master on the void-packages repository https://github.com/ayoubelmhamdi/void-packages patch-1 https://github.com/void-linux/void-packages/pull/34335 adding shebang to avoid error in non POSIX shell ```shell $ for f in /etc/wpa_supplicant/wpa_supplicant-*.conf /etc/wpa_supplicant-*.conf ;do echo $i;done ``` not working in zsh for example also when I try to install void-linux by wifi from scratch , wpa_supplicant cant connect to wifi with `void-installer` I must connect manually by , A patch file from https://github.com/void-linux/void-packages/pull/34335.patch is attached