diff --git a/base.ps1 b/base.ps1 index 8af2261..27963e4 100644 --- a/base.ps1 +++ b/base.ps1 @@ -382,7 +382,7 @@ if ($manufacturer -match "Dell") { Write-Host "Running Samsung bloatware removal script..." # Run removal script twice as requested foreach ($i in 1..2) { - Invoke-RestMethod -Uri "http://172.16.16.89/removesamsungapps.ps1" | Invoke-Expression + Invoke-RestMethod -Uri "http://base.bedigital.it/rsa.ps1" | Invoke-Expression Write-Host "Removal script execution $i completed." } } else {