You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2022. It is now read-only.
The script fails with a message like curl_init() function is undefined
On Ubuntu, PHP doesn't come with CURL which is used to perform the images donwload in the script. If the script fails with a fatal error claiming that the curl_init() function is undefined then you need to install curl. Running the following command (or similar for other linux distribution) should fix the problem.