Skip to content

Commit

Permalink
Change script encoding to UTF-8 with BOM (#135)
Browse files Browse the repository at this point in the history
Fixes PowerShell 5.x compatibility
  • Loading branch information
Alex Stelmachonak authored May 4, 2022
1 parent c228cba commit 6a3ef53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion winfetch.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env -S pwsh -nop
#!/usr/bin/env -S pwsh -nop
#requires -version 5

# (!) This file must to be saved in UTF-8 with BOM encoding in order to work with legacy Powershell 5.x

<#PSScriptInfo
.VERSION 2.4.0
.GUID bfcfe9f2-ad01-460b-a0b8-434b8254d00f
Expand Down

0 comments on commit 6a3ef53

Please sign in to comment.