Skip to content

Instantly share code, notes, and snippets.

View pinoceniccola's full-sized avatar

Pino Ceniccola pinoceniccola

View GitHub Profile
@pinoceniccola
pinoceniccola / zoom-defang.sh
Created February 2, 2022 11:23 — forked from yig/zoom-defang.sh
Defang the macOS Zoom Installer. Extracts a .app that can be dragged to /Applications.
#!/bin/sh
## Author: Yotam Gingold
## License: CC0 (public domain) https://creativecommons.org/share-your-work/public-domain/cc0/
## URL: https://gist.github.com/yig/af5bbb054bb9c4de39abc9156e6863e1/edit
## Download the latest Zoom installer.
echo "==> Downloading the latest Zoom installer."
cd ~/Downloads
curl -LO 'https://zoom.us/client/latest/Zoom.pkg'