wireless-tools is a required package (#86)

Missing wireless-tools lead to a very high CPU usage
This commit is contained in:
gdachs 2021-02-19 06:49:48 +01:00 committed by GitHub
parent b303c61c1b
commit 41e2008249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ install_packages()
python3-virtualenv \
gir1.2-gtk-3.0 \
virtualenv \
matchbox-keyboard
matchbox-keyboard \
wireless-tools
}
create_virtualenv()