From c3ad4e27ec005215d6bf5060414bae5ec9ec9464 Mon Sep 17 00:00:00 2001 From: paperbenni Date: Mon, 2 Mar 2020 21:35:03 +0100 Subject: [PATCH] haswifi detection --- userinstall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userinstall.sh b/userinstall.sh index ba52369..5b38c4f 100755 --- a/userinstall.sh +++ b/userinstall.sh @@ -13,6 +13,12 @@ if acpi | grep -q '[0-9]%' &>/dev/null; then touch .cache/islaptop fi +# needed for nm-applet start +if lspci | grep -Eiq '(wifi|wireless)'; then + echo "device has wifi capabilities" + touch .cache/haswifi +fi + cd mkdir -p instantos/notifications &>/dev/null -- 2.11.0