diff --git a/install.sh b/install.sh index 871463e..9f5a4d1 100755 --- a/install.sh +++ b/install.sh @@ -35,6 +35,8 @@ if [[ "$USER" == "pi" ]]; then ## PROPOSE QR_CODE PRINTER fi fi # python3 -m pip install -U silkaj +## python -> python3 link +ln -f -s /usr/bin/python3 /usr/bin/python ## GIVE ACCESS TO www-data group sudo usermod -aG www-data $USER