-
-
Save swipswaps/e56e8735c779703926e50d4750a89a8b to your computer and use it in GitHub Desktop.
Installs Zoom meeting client on linux
This file contains hidden or 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
| # To install run: | |
| # bash -c "$(curl -fsSL http://bit.ly/zoom-install)" | |
| sudo apt install libglib2.0-0 libgstreamer-plugins-base0.10-0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-randr0 libxcb-image0 libfontconfig1 libgl1-mesa-glx libxi6 libsm6 libxrender1 libpulse0 libxcomposite1 libxslt1.1 libsqlite3-0 libxcb-keysyms1 libxcb-xtest0; | |
| cd /tmp; | |
| wget https://zoom.us/client/latest/zoom_amd64.deb; | |
| sudo dpkg -i zoom_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment