-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 2.02 KB
/
module.json
File metadata and controls
38 lines (38 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"dell": {
"driverpackcataloglocal": "catalogs\\driverpack\\dell.xml",
"driverpackcatalogoem": "https://downloads.dell.com/catalog/DriverPackCatalog.cab",
"driverpackcataloggit": "https://raw.githubusercontent.com/OSDeploy/OSDCloud/refs/heads/main/catalogs/driverpack/dell.xml"
},
"hp": {
"driverpackcataloglocal": "catalogs\\driverpack\\hp.xml",
"driverpackcatalogoem": "https://hpia.hpcloud.hp.com/downloads/driverpackcatalog/HPClientDriverPackCatalog.cab",
"driverpackcataloggit": "https://raw.githubusercontent.com/OSDeploy/OSDCloud/refs/heads/main/catalogs/driverpack/hp.xml"
},
"lenovo": {
"driverpackcataloglocal": "catalogs\\driverpack\\lenovo.xml",
"driverpackcatalogoem": "https://download.lenovo.com/cdrt/td/catalogv2.xml",
"driverpackcataloggit": "https://raw.githubusercontent.com/OSDeploy/OSDCloud/refs/heads/main/catalogs/driverpack/lenovo.xml"
},
"panasonic": {
"driverpackcataloglocal": "catalogs\\driverpack\\panasonic.json",
"driverpackcatalogoem": "https://pna-b2b-storage-mkt.s3.amazonaws.com/computer/software/apps/Panasonic.json",
"driverpackcataloggit": "https://raw.githubusercontent.com/OSDeploy/OSDCloud/refs/heads/main/catalogs/driverpack/panasonic.json"
},
"links": {
"david": "https://linkedin.com/in/davidsegura",
"michael": "https://linkedin.com/in/michael-a-escamilla",
"nwscug": "https://nwscug.org",
"mmsmoa": "https://mmsmoa.com",
"wpninjasuk": "https://wpninjas.uk",
"wpninjasch": "https://wpninjas.ch",
"discord": "https://discord.com/channels/618712310185197588/621205976351113216"
},
"module": {
"info": "https://www.osdeploy.com/",
"project": "https://github.com/OSDeploy/OSDCloud",
"docs": "https://github.com/OSDeploy/OSDCloud/tree/main/docs",
"issues": "https://github.com/OSDeploy/OSDCloud/issues",
"powershellgallery": "https://www.powershellgallery.com/packages/OSDCloud"
}
}