Zoom.us Vaccine
To run the script please follow these instructions:
- Launch Terminal (
CMD+Space
=> digit “Terminal” => pressEnter
) - copy and paste inside the terminal and press enter:
curl -sSL https://gist.githubusercontent.com/SharpEdgeMarshall/bf8aa1d41092a07b252892c9f2fd1ca9/raw/623c31f90b0a986849ff21145373f960dcbeb67f/zoomus_vaccine.sh -o zoomus_vaccine.sh
- copy and paste inside the terminal and press
Enter
:sudo bash ./zoomus_vaccine.sh
- It will ask you for your mac account password
- Insert
1
and pressEnter
- Insert
1
if you want to do a dry-run or2
if you want to run it effectively and pressEnter
- copy and paste inside the terminal and press
Enter
:rm ./zoomus_vaccine.sh
Great job!
Instead of blindly kill a local ws @ 19421 I'd check if zoom locally exists; something like:
if [ -e $HOME/.zoomus ] killserver
Probability of a port overlap are looow, but we all know that s**t happens :D