Change to UTF-8 BOM

This commit is contained in:
Markus Fleschutz
2023-10-31 12:20:46 +01:00
parent cfc3b82846
commit 2077f676cf
65 changed files with 66 additions and 72 deletions

View File

@ -1,22 +1,16 @@
<#
<#
.SYNOPSIS
firefox installer
.DESCRIPTION
Download and install latest firefox
.EXAMPLE
PS> ./firefox-installer.ps1
PS> ./firefox-installer.ps1
.LINK
https://github.com/pakoti/Awesome_Sysadmin
.NOTES
Author: Dark Master | License: CC0-1,0
#>
try {
$StopWatch = [system.diagnostics.stopwatch]::startNew()