sunhat/install/app-zoom.sh

6 lines
125 B
Bash
Raw Normal View History

cd ~/Downloads
wget https://zoom.us/client/latest/zoom_amd64.deb
2024-06-04 16:01:43 -05:00
sudo apt install -y ./zoom_amd64.deb
rm zoom_amd64.deb
cd -