1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-28 17:39:44 +01:00

MycroftOS: Remove wpa_supplicant things from prepare_system code.

Will be replaced by NetworkManager code later on.
This commit is contained in:
j1nx 2020-07-27 15:33:34 +02:00
parent 46869eb0ed
commit e05927016c

View File

@ -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