Hugo C.
Hugo C.•15mo ago

And now you can run native powershell

And now, you can run native powershell scripts!
No description
3 Replies
Trevor Sullivan
Trevor Sullivan•15mo ago
Now THAT is what I'm talking about!!!! How can I install PowerShell modules from https://powershellgallery.com?
rubenf
rubenf•15mo ago
If you can't do it inside the script directly you will have to modify your base image to preinstall them
Trevor Sullivan
Trevor Sullivan•15mo ago
I can't believe I didn't think of installing them in the script ... what is wrong with me? 😆 I was thinking about declarative imports like Python scripts.