networks: Make setup script idempotent
The actions/networks script should only be run once, and only on images produced by freedom-maker. However, if we decide to increment the networks module version in the future, then this script will be run again.
Currently, the actions/networks script will add network connections, even if they already exist with the same name. Modify it to check if the connection exists before adding it.