mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Remove wpa_supplicant things from prepare_system code.
Will be replaced by NetworkManager code later on.
This commit is contained in:
@@ -19,9 +19,3 @@ ln -s /etc/pulse/pulseaudio-system.pa /etc/pulse/system.pa
|
||||
ln -s /etc/pulse/pulseaudio-daemon.conf /etc/pulse/daemon.conf
|
||||
|
||||
export LC_ALL="C"
|
||||
|
||||
mkdir -p /etc/wpa_supplicant
|
||||
if [ -f "/boot/wpa_supplicant.conf" ]; then
|
||||
mv /boot/wpa_supplicant.conf /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
||||
chmod 600 /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
||||
fi
|
||||
|
Reference in New Issue
Block a user