Skip to content

Commit

Permalink
25.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyeITguy committed Feb 7, 2025
1 parent 10d4f08 commit 8e805b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/oobeFunctions.ps1
Original file line number Diff line number Diff line change
@@ -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:') {
Expand Down Expand Up @@ -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')) {
Expand Down

0 comments on commit 8e805b6

Please sign in to comment.