diff --git a/updateWallpaper.sh b/updateWallpaper.sh index e63b0c8..cbe5c03 100755 --- a/updateWallpaper.sh +++ b/updateWallpaper.sh @@ -64,7 +64,7 @@ fi tags=`echo -n "$tags" | sed "s/ /%20/g"` while [ 0 ]; do - json=`curl "http://konachan.com/post.json?tags=$tags&limit=1"` + json=`curl "https://konachan.com/post.json?tags=$tags&limit=1"` id=`echo $json | jq -r '.[0].id'` url=`echo $json | jq -r '.[0].file_url'`