mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-29 08:06:51 +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
|
# Source: github.com/fleschutz/PowerShell
|
||||||
# License: CC0
|
# License: CC0
|
||||||
#
|
#
|
||||||
(curl wttr.in/Moon -UserAgent "curl" ).Content
|
(Invoke-WebRequest http://wttr.in/Moon -UserAgent "curl" ).Content
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
# Source: github.com/fleschutz/PowerShell
|
# Source: github.com/fleschutz/PowerShell
|
||||||
# License: CC0
|
# License: CC0
|
||||||
#
|
#
|
||||||
(curl de.wttr.in/Berlin -UserAgent "curl" ).Content
|
(Invoke-WebRequest http://wttr.in/Berlin -UserAgent "curl" ).Content
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user