Skip to content

Commit

Permalink
MP1.33-Pre: Remove MS SQL from Download only section
Browse files Browse the repository at this point in the history

Co-authored-by: framug <[email protected]>
  • Loading branch information
andrewjswan and framug authored Nov 16, 2023
1 parent 5723b69 commit 25115fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/MediaPortal.DeployTool/Sections/InstallDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ private void PopulateListView()

case "download_only":
AddPackageToListView(new MediaPortalChecker());
AddPackageToListView(new MSSQLExpressChecker());
// framug: MS SQL is no longer supported
// AddPackageToListView(new MSSQLExpressChecker());
AddPackageToListView(new MySQLChecker());
AddPackageToListView(new TvServerChecker());
AddPackageToListView(new TvPluginChecker());
Expand Down

0 comments on commit 25115fa

Please sign in to comment.