SamErde / PSPreworkout

A special mix of tools to help jump start your PowerShell session!
http://day3bits.com/PSPreworkout/
MIT License
38 stars 3 forks source link

Add DNF command for Linux updates #28

Closed x1101 closed 1 week ago

x1101 commented 1 week ago

Pull Request

Issue

N/A

Description

Adding "dnf" update command for other versions of Linux

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

x1101 commented 1 week ago

@SamErde I'm unsure what these failures mean. Any thoughts on how to clean them up (or, if they need cleaned up) before this minor change is good for merge?

SamErde commented 1 week ago

I'll have to review those, but in the meantime, can you actually commit these changes to the module's source file at https://github.com/SamErde/PSPreworkout/blob/main/src/PSPreworkout/Public/Update-AllTheThings.ps1?

The version in the scripts folder is built separately from the source and adds additional metadata so it can be published as a standalone script to the PowerShell Gallery.

Thanks!

x1101 commented 1 week ago

Does the change need to be in both files, or will the one I modified pick it up from the one you noted?

SamErde commented 1 week ago

Just the one under /src is fine.

If you look in the /Scripts folder, you'll see that I have a specific build script for that copy. 🤓