Skip to content

Commit

Permalink
Misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Sep 20, 2024
1 parent 69fdd52 commit 482625c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
13 changes: 7 additions & 6 deletions winfiles/.dots/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@
"drivers": {
"min": [
"https://dl.dell.com/FOLDER05463466M/4/Realtek-Memory-Card-Reader-Driver_R16KJ_WIN_10.0.17763.21313_A02_02.EXE",
"https://dl.dell.com/FOLDER07448178M/4/Dell-Touchpad-Driver_2VV2N_WIN_10.3201.101.216_A10_02.EXE",
"https://dl.dell.com/FOLDER06444713M/3/Dell-Touchpad-Settings-Application_CPPN8_WIN64_10.1.11.0_A03_02.EXE",
"https://dl.dell.com/FOLDER05629954M/5/Intel-HID-Event-Filter-Driver_33CDY_WIN_2.2.1.377_A11_04.EXE",
"https://dl.dell.com/FOLDER10176031M/2/Dell-Power-Manager-Service_YX9MN_WIN64_3.15.0_A00_01.EXE",
"https://dl.dell.com/FOLDER11613688M/1/Intel-HID-Event-Filter-Driver_78FNP_WIN64_2.2.2.9_A21.EXE",
"https://dl.dell.com/FOLDER12002724M/1/Dell-Power-Manager-Service_3W7J1_WIN64_3.16.0_A00.EXE",
"https://download.brother.com/welcome/dlf105119/Y20A_C1_ULWC_PP-inst-E1.EXE"
],
"all": [
"https://dl.dell.com/FOLDER06114266M/3/Realtek-High-Definition-Audio-Driver_88XXX_WIN_6.0.8895.1_A23_02.EXE",
"https://dl.dell.com/FOLDER10140261M/7/Intel-Chipset-Device-Software_RVRV0_WIN_10.1.19468.8385_A23_06.EXE",
"https://dl.dell.com/FOLDER08493502M/2/Intel-Dynamic-Tuning-Driver_H5M3J_WIN64_8.7.10802.26924_A16_01.EXE",
"https://dl.dell.com/FOLDER08493502M/3/Intel-Dynamic-Tuning-Driver_H5M3J_WIN64_8.7.10802.26924_A16_02.EXE",
"https://dl.dell.com/FOLDER06762917M/5/STMicroelectronics-Free-Fall-Data-Protection-Driver_FXX2G_WIN_4.10.106_A02_02.EXE",
"https://dl.dell.com/FOLDER05463466M/4/Realtek-Memory-Card-Reader-Driver_R16KJ_WIN_10.0.17763.21313_A02_02.EXE",
"https://dl.dell.com/FOLDER07448178M/4/Dell-Touchpad-Driver_2VV2N_WIN_10.3201.101.216_A10_02.EXE",
"https://dl.dell.com/FOLDER06444713M/3/Dell-Touchpad-Settings-Application_CPPN8_WIN64_10.1.11.0_A03_02.EXE",
"https://dl.dell.com/FOLDER05629954M/5/Intel-HID-Event-Filter-Driver_33CDY_WIN_2.2.1.377_A11_04.EXE",
"https://dl.dell.com/FOLDER11613688M/1/Intel-HID-Event-Filter-Driver_78FNP_WIN64_2.2.2.9_A21.EXE",
"https://dl.dell.com/FOLDER08377396M/6/Intel-9560-9260-8265-7265-3165-Wi-Fi-Driver_FCCJ9_WIN_22.130.0.5_A30_05.EXE",
"https://dl.dell.com/FOLDER05877897M/5/Intel-PCIe-Ethernet-Network-Driver_VP20T_WIN_24.1.0.0_A13_04.EXE",
"https://dl.dell.com/FOLDER11711473M/1/Intel-PCIe-Ethernet-Controller-Driver_8PGF6_WIN64_20.0.2.10_A31.EXE",
"https://dl.dell.com/FOLDER04017465M/5/Intel-Bluetooth-Driver_3CKVY_WIN_19.11.1639.649_A14_02.EXE",
"https://dl.dell.com/FOLDER10176031M/2/Dell-Power-Manager-Service_YX9MN_WIN64_3.15.0_A00_01.EXE",
"https://dl.dell.com/FOLDER12002724M/1/Dell-Power-Manager-Service_3W7J1_WIN64_3.16.0_A00.EXE",
"https://download.brother.com/welcome/dlf105119/Y20A_C1_ULWC_PP-inst-E1.EXE"
]
},
Expand Down
5 changes: 2 additions & 3 deletions winfiles/.dots/scripts/aliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GitHub Repo - https://github.com/RustyTake-Off/dotfiles
.NOTES
Author - RustyTake-Off
Version - 0.1.11
Version - 0.1.12
#>

[CmdletBinding(SupportsShouldProcess)]
Expand Down Expand Up @@ -137,7 +137,6 @@ process {
Invoke-Expression "$HOME/.dots/scripts/winup.ps1 $Args"
}
} catch {
Write-Error "Error in line $($_.InvocationInfo.ScriptLineNumber): $($_.Exception.Message)"
exit 1
throw "Error in line $($_.InvocationInfo.ScriptLineNumber): $($_.Exception.Message)"
}
}
5 changes: 2 additions & 3 deletions winfiles/.dots/scripts/functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GitHub Repo - https://github.com/RustyTake-Off/dotfiles
.NOTES
Author - RustyTake-Off
Version - 0.1.0
Version - 0.1.1
#>

[CmdletBinding(SupportsShouldProcess)]
Expand Down Expand Up @@ -92,7 +92,6 @@ process {
}
}
} catch {
Write-Error "Error in line $($_.InvocationInfo.ScriptLineNumber): $($_.Exception.Message)"
exit 1
throw "Error in line $($_.InvocationInfo.ScriptLineNumber): $($_.Exception.Message)"
}
}

0 comments on commit 482625c

Please sign in to comment.