add shebang to all .ps1
[webi-installers/.git] / vps-myip / install.ps1
index 81fb0ce1519baa339f26de94a50d761186231643..2cde75ee6a777e0425960d48267b22a148fe7656 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env pwsh
+
 $ipv4 = curl.exe -sf https://api.ipify.org
 
 IF(!($ipv4 -eq $null -or $ipv4 -eq "")) {