Remove unnecessary white spaces
parent
7874ed342d
commit
212815b362
|
@ -361,7 +361,7 @@ else {
|
|||
$Script:Winget = Get-WingetCmd
|
||||
|
||||
if ($IsElevated -eq $True) {
|
||||
Write-ToLog "Running with admin rights.`n "
|
||||
Write-ToLog "Running with admin rights.`n"
|
||||
#Check/install prerequisites
|
||||
Install-Prerequisites
|
||||
#Install/Update Winget
|
||||
|
@ -372,7 +372,7 @@ if ($IsElevated -eq $True) {
|
|||
Add-ScopeMachine
|
||||
}
|
||||
else {
|
||||
Write-ToLog "Running without admin rights.`n "
|
||||
Write-ToLog "Running without admin rights.`n"
|
||||
}
|
||||
|
||||
if ($Winget) {
|
||||
|
@ -404,4 +404,4 @@ if ($Winget) {
|
|||
}
|
||||
|
||||
Write-ToLog "### END REQUEST ###`n" "Magenta"
|
||||
Start-Sleep 3
|
||||
Start-Sleep 3
|
||||
|
|
Loading…
Reference in New Issue