mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 13:36:39 +01:00
Replaced curl by Invoke-WebRequest
This commit is contained in:
parent
54879a3143
commit
a21d3cdfdc
@ -6,5 +6,5 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
#
|
||||
(curl wttr.in/Moon -UserAgent "curl" ).Content
|
||||
(Invoke-WebRequest http://wttr.in/Moon -UserAgent "curl" ).Content
|
||||
exit 0
|
||||
|
@ -6,5 +6,5 @@
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
#
|
||||
(curl de.wttr.in/Berlin -UserAgent "curl" ).Content
|
||||
(Invoke-WebRequest http://wttr.in/Berlin -UserAgent "curl" ).Content
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user