Replace wget with curl
We still have wget in use in the automated_script.sh. However, curl should be the preferred option to download things (also its installation size is smaller than wget's).
Replacing wget with curl we can remove wget from the installed packages as well..