diff --git a/winfiles/.dots/config.json b/winfiles/.dots/config.json index 35685d1..2e27bdd 100644 --- a/winfiles/.dots/config.json +++ b/winfiles/.dots/config.json @@ -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" ] }, diff --git a/winfiles/.dots/scripts/aliases.ps1 b/winfiles/.dots/scripts/aliases.ps1 index 0e967fc..0fb1fdc 100644 --- a/winfiles/.dots/scripts/aliases.ps1 +++ b/winfiles/.dots/scripts/aliases.ps1 @@ -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)] @@ -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)" } } diff --git a/winfiles/.dots/scripts/functions.ps1 b/winfiles/.dots/scripts/functions.ps1 index f411849..f66ca24 100644 --- a/winfiles/.dots/scripts/functions.ps1 +++ b/winfiles/.dots/scripts/functions.ps1 @@ -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)] @@ -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)" } }