add wifi signal

This commit is contained in:
Hristo
2022-11-18 22:45:09 +02:00
parent ac5d9927f2
commit 9975775ff8
5 changed files with 57 additions and 10 deletions

View File

@@ -60,6 +60,7 @@ check_and_install_pip(){
install_requirements(){
printm "Installing requirements"
pip install -r requirements.txt
sudo pip3 install -r requirements.txt
}
update_config(){