mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
add debian support to miracle-utils.sh and normal-wifi.sh
This commit is contained in:
parent
70ffd2d532
commit
7fc8d0884c
3 changed files with 10 additions and 4 deletions
|
@ -47,7 +47,7 @@ CONFIG_FILE=${1:-/run/network/wpa_supplicant_${ETHERNAME}.conf}
|
|||
|
||||
|
||||
echo starting wpa_supplicant for normal connection
|
||||
if check_ubuntu_distro
|
||||
if check_ubuntu_distro || check_debian_distro
|
||||
then
|
||||
start_ubuntu_network_manager
|
||||
sudo wpa_supplicant -B -u -s -O /var/run/wpa_supplicant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue