copacetic icon indicating copy to clipboard operation
copacetic copied to clipboard

feat: Added support for custom APT config and gpg key injection

Open SkySingh04 opened this issue 7 months ago • 1 comments

Add functionality to make the customAPTConfig and gpgKeys parameters optional in the installUpdates function of the dpkgManager struct. The function now checks if these parameters are provided before applying the custom APT configuration and adding the GPG keys.

  • Conditional checks for customAPTConfig and gpgKeys in the installUpdates function.
  • Update the function to apply configurations only if the parameters are provided.

Closes: #600

SkySingh04 avatar Jul 04 '24 20:07 SkySingh04