rewrote base.ps1

This commit is contained in:
2025-09-05 12:19:46 +02:00
parent 0444d658be
commit 1f7b5648dd

View File

@@ -382,7 +382,7 @@ if ($manufacturer -match "Dell") {
Write-Host "Running Samsung bloatware removal script..." Write-Host "Running Samsung bloatware removal script..."
# Run removal script twice as requested # Run removal script twice as requested
foreach ($i in 1..2) { 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." Write-Host "Removal script execution $i completed."
} }
} else { } else {