Change to UTF-8 BOM encoding

This commit is contained in:
Markus Fleschutz
2022-09-11 11:57:15 +02:00
parent a75cb369f1
commit daf4684c5c
55 changed files with 139 additions and 139 deletions

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs Chocolatey (needs admin rights)
.DESCRIPTION
@ -18,6 +18,6 @@ try {
iwr https://community.chocolatey.org/install.ps1 -UseBasicParsing | iex
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}