Skip to content

pkg_update() fixes:

sc0ttj requested to merge fix/pkg_update into master

Further fixes to pkg_update():

  • skip builtins (Pkg can't do anything with them yet anyway)
  • if newer version found:
    • uninstall older version first
    • then install the new version
    • dont install any deps - only the packages listed as updated
Edited by sc0ttj

Merge request reports