Google Cloud Bitnami Crontab setup

Hello,
I recently just installed SuiteCRM (version 7.9.5) via the stack from Bitnami on Google Cloud. Im trying to get the crontab setup correctly, but unfortunately I’m hitting a few road blocks. In the scheduler setting, it states to add this to the bottom of cron.php

sudo crontab -e -u daemon

          • cd /opt/bitnami/apps/suitecrm/htdocs; php -f cron.php > /dev/null 2>&1 
            

When I add this to the file, do I need to add a “$” before “sudo”? is there a different script that i need to use for GoogleCloud / Bitnami? Also is there anything else i need to do, once i add this to cron.php?

Thanks!
Ryan