Skip to content

Instantly share code, notes, and snippets.

@ShockwaveNN
Last active February 8, 2022 12:59
Show Gist options
  • Save ShockwaveNN/95868f721386b0746d94e41eed142a01 to your computer and use it in GitHub Desktop.
Save ShockwaveNN/95868f721386b0746d94e41eed142a01 to your computer and use it in GitHub Desktop.
Script for updating zoom
#!/bin/sh
wget https://zoom.us/client/latest/zoom_amd64.deb -O /tmp/zoom_amd64.deb
sudo dpkg -i /tmp/zoom_amd64.deb
rm /tmp/zoom_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment