mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support openjdk #151

Open mrlunchbox777 opened 2 months ago

mrlunchbox777 commented 2 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add openjdk to the managed packages, it will likely have to be a "curl" package.

Covers this TODO.

Why?

openjdk is a common and helpful package for running, building, and developing java applications.

What should happen?

openjdk should be a package in the index file.

Steps to Test

  1. jq '.packages[] | select(.name = "openjdk")' resources/install/index.json should return the details for managing the openjdk package

Code of Conduct