Changed encoding to UTF-8 with BOM

This commit is contained in:
Markus Fleschutz 2022-12-29 21:53:10 +01:00
parent 79dadddfad
commit d84a92ba2b
8 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Converts images to ASCII art
.DESCRIPTION

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs Git for Windows
.DESCRIPTION

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs 9 ZIP
.DESCRIPTION

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs Opera GX
.DESCRIPTION

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs Skype
.DESCRIPTION

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Installs Spotify
.DESCRIPTION

View File

@ -1,12 +1,12 @@
<#
<#
.SYNOPSIS
Installs Unbound (needs admin rights)
Installs Unbound (needs admin rights)
.DESCRIPTION
This PowerShell script installs Unbound, a validating, recursive, caching DNS resolver. It needs admin rights.
This PowerShell script installs Unbound, a validating, recursive, caching DNS resolver. It needs admin rights.
.EXAMPLE
PS> ./install-unbound
PS> ./install-unbound
.LINK
https://github.com/fleschutz/PowerShell
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
@ -63,4 +63,4 @@ try {
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
}

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Lists PI
.DESCRIPTION