Skip to content

Commit d61c904

Browse files
committed
Fix Java EclipseAdoptium JDK installation
1 parent 7396fbe commit d61c904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinDebloatTools.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ function Show-GUI() {
15741574
}
15751575

15761576
If ($InstallJavaJdks.CheckState -eq "Checked") {
1577-
$AppsSelected.WingetApps.AddRange(@("EclipseAdoptium.Temurin.8", "EclipseAdoptium.Temurin.11", "EclipseAdoptium.Temurin.18"))
1577+
$AppsSelected.WingetApps.AddRange(@("EclipseAdoptium.Temurin.8.JDK", "EclipseAdoptium.Temurin.11.JDK", "EclipseAdoptium.Temurin.18.JDK"))
15781578
$InstallJavaJdks.CheckState = "Unchecked"
15791579
}
15801580

0 commit comments

Comments
 (0)