Will download from a Google Drive shared link using wget. Swap out <google-file-id> and <file-name> with Google’s unique file ID shown in shared URL and a file name where you want to download it to.
wget --no-check-certificate -r 'https://docs.google.com/uc?export=<google-file-id>' -O <file-name>
Run it across a fleet
Open the console in CaptainCore Manager, pick the target sites, choose this recipe from the Cookbook picker and press run. The CLI streams each site's output back to the dock.
About the console →