diff --git a/meme-of-the-day-client.ps1 b/meme-of-the-day-client.ps1 index 46ac44f..4b4b5a7 100644 --- a/meme-of-the-day-client.ps1 +++ b/meme-of-the-day-client.ps1 @@ -1,5 +1,5 @@ Function Set-WallPaper($Value){ - $url = "https://memeoftheday.ping-mee.de/wallpaper.png"; + $url = "https://motd.ping-mee.de/wallpaper.png"; $wc = New-Object System.Net.WebClient $wc.DownloadFile($url, "C:\temp\wallpaper.png") Invoke-WebRequest $url -OutFile C:\temp\wallpaper.png