You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task adds Microsoft's openjdk as a new package for PKB.
Download openjdk and play around
Create a new package called openjdk_msft.py in linux_packages.
create a new function, Install, that takes a vm as an input and installs openjdk_msft on that vm. You should be able to wrap shell commands as vm.RemoteCommand
The text was updated successfully, but these errors were encountered:
https://www.microsoft.com/openjdk
This task adds Microsoft's openjdk as a new package for PKB.
Download openjdk and play around
Create a new package called openjdk_msft.py in linux_packages.
create a new function, Install, that takes a vm as an input and installs openjdk_msft on that vm. You should be able to wrap shell commands as vm.RemoteCommand
The text was updated successfully, but these errors were encountered: