Browse Source

feat: update package dependencies for Ubuntu 16.04, 18.04, and 20.04

- Updated the package dependency for "vints" from "mono-complete" to "aspnetcore-runtime-7.0" in the Ubuntu 16.04, 18.04, and 20.04 CSV files.
- Also updated the package dependency for "vpmc" from "openjdk-8-jre" to "openjdk-11-jre" in the Ubuntu 18.04 and 20.04 CSV files.

This commit ensures that the correct package dependencies are specified for these Ubuntu versions, improving compatibility and functionality of the codebase.
pull/4304/head
Daniel Gibbs 2 years ago
parent
commit
4b88ac60b0
  1. 2
      lgsm/data/ubuntu-16.04.csv
  2. 2
      lgsm/data/ubuntu-18.04.csv
  3. 2
      lgsm/data/ubuntu-20.04.csv

2
lgsm/data/ubuntu-16.04.csv

@ -124,7 +124,7 @@ ut2k4
ut3
ut99
vh,libc6-dev
vints,mono-complete
vints,aspnetcore-runtime-7.0
vpmc,openjdk-8-jre
vs
wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-18.04.csv

@ -124,7 +124,7 @@ ut2k4
ut3
ut99
vh,libc6-dev
vints,mono-complete
vints,aspnetcore-runtime-7.0
vpmc,openjdk-11-jre
vs
wet

Can't render this file because it has a wrong number of fields in line 2.

2
lgsm/data/ubuntu-20.04.csv

@ -124,7 +124,7 @@ ut2k4
ut3
ut99
vh,libc6-dev
vints,mono-complete
vints,aspnetcore-runtime-7.0
vpmc,openjdk-11-jre
vs
wet

Can't render this file because it has a wrong number of fields in line 2.
Loading…
Cancel
Save