Last active
February 8, 2022 12:59
-
-
Save ShockwaveNN/95868f721386b0746d94e41eed142a01 to your computer and use it in GitHub Desktop.
Script for updating zoom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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