machineconfig 4.8__py3-none-any.whl → 4.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of machineconfig might be problematic. Click here for more details.

@@ -6,6 +6,7 @@ from typing import Optional
6
6
 
7
7
 
8
8
  # config_dict: InstallerData = {"appName": "winget", "repoURL": "CMD", "doc": "winget installer"}
9
+ # on older windows, use this to get winget for first time: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe as per https://learn.microsoft.com/en-us/windows/package-manager/winget/
9
10
 
10
11
 
11
12
  def is_winget_available() -> bool: