From 1f7b5648ddd1914220f3593b81a11500f564ecdb Mon Sep 17 00:00:00 2001 From: dals Date: Fri, 5 Sep 2025 12:19:46 +0200 Subject: [PATCH] rewrote base.ps1 --- base.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {