From 8e805b67760afe523beaed55afdf97fdcaf5aa7f Mon Sep 17 00:00:00 2001 From: Matthew Miles Date: Fri, 7 Feb 2025 08:32:48 -0600 Subject: [PATCH] 25.2.7.1 --- functions/oobeFunctions.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/oobeFunctions.ps1 b/functions/oobeFunctions.ps1 index b7ec312..885bad4 100644 --- a/functions/oobeFunctions.ps1 +++ b/functions/oobeFunctions.ps1 @@ -1,7 +1,7 @@ [CmdletBinding()] param() $ScriptName = 'oobeFunctions.sight-sound.dev' -$ScriptVersion = '25.2.2.2' +$ScriptVersion = '25.2.7.1' #region Initialize if ($env:SystemDrive -eq 'X:') { @@ -496,7 +496,7 @@ function Step-oobeDellDCU { write-output "Model: $Model" write-output "SystemSKUNumber: $SystemSKUNumber" - Invoke-Expression (Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/gwblok/garytown/master/hardware/Dell/CommandUpdate/CMSL/Dell-CMSL.ps1') + Invoke-Expression (Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/gwblok/garytown/refs/heads/master/hardware/Dell/CommandUpdate/EMPS/Dell-EMPSps1') # Dell system confirmed; check if Dell Command Update is already installed. if ((Test-Path 'C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe') -or (Test-Path 'C:\Program Files\Dell\CommandUpdate\dcu-cli.exe')) {