Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggest ] suggest improvements for the install.sh #66

Open
LNS-MrGoodkat opened this issue Mar 7, 2023 · 0 comments
Open

[suggest ] suggest improvements for the install.sh #66

LNS-MrGoodkat opened this issue Mar 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@LNS-MrGoodkat
Copy link

LNS-MrGoodkat commented Mar 7, 2023

for the apt-get install add 'python3-cairo-dev' to avoid the error "Can't build; py3cairo was not found in the pkg-config search path."
and add also libdbus-1-dev for dbus-python

for:

sudo usermod -a -G bluetooth pi
sudo usermod -a -G dialout pi

replace it with:

sudo usermod -a -G bluetooth $(who -m | awk '{print $1;}')
sudo usermod -a -G dialout $(who -m | awk '{print $1;}')

@LNS-MrGoodkat LNS-MrGoodkat added the bug Something isn't working label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant