-
Step 1: Copy and paste the following command into your Cygwin terminal to download the YCP CS Certificate Authority (CA) updater script.
curl -o /tmp/install_cs_ca_cert.sh https://raw.githubusercontent.com/ycpcs/dev-env-setup-guide/gh-pages/prog_envs/_config/install_cs_ca_cert.sh -
Step 2: Copy and paste the following line into your Cygwin terminal to set the required permissions on the YCP CS CA updater script.
chmod 700 /tmp/install_cs_ca_cert.sh -
Step 3: Copy and paste the following line into your Cygwin terminal to run the YCP CS CA updater script and add the required CA to your Cygwin environment.
/tmp/install_cs_ca_cert.sh
You should now be able to execute ‘make submit’ for CS101 submissions to Marmoset.
