blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
23 stars 25 forks source link

fix(ublue-update): Install 'python3-pip' if it's not already installed #108

Closed lorduskordus closed 5 months ago

lorduskordus commented 5 months ago

If the package isn't installed by the user before this module starts, it fails with:

/tmp/modules/bling/installers/ublue-update.sh: line 30: pip: command not found

This ensures the package is installed.