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