Skip to content

Commit

Permalink
fix(core): uninstall RPi.GPIO after installing python packages in `in…
Browse files Browse the repository at this point in the history
…stall.sh` related: adafruit/Adafruit_Blinka#910 - closes #231
  • Loading branch information
sassanh committed Feb 1, 2025
1 parent a563c3e commit 667edb9
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 94 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- feat(web-ui): add `ubo-redirect-server` service
- refactor(web-ui): add notifications for when starting/stopping the hotspot fails in the system manager
- refactor(web-ui): move starting/stopping of the required hotspot system services to the `ubo-hotspot` service (the more general version of the `ubo-redirect-server` service which runs the redirect server as its main process.)
- fix(core): uninstall RPi.GPIO after installing python packages in `install.sh` related: https://github.com/adafruit/Adafruit_Blinka/issues/910 - closes #231

## Version 1.1.0

Expand Down
2 changes: 2 additions & 0 deletions ubo_app/system/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ else
fi
fi

$INSTALLATION_PATH/env/bin/pip uninstall -y RPi.GPIO

# Set the ownership of the installation path
chown -R $USERNAME:$USERNAME "$INSTALLATION_PATH"
chmod -R 700 "$INSTALLATION_PATH"
Expand Down
Loading

0 comments on commit 667edb9

Please sign in to comment.