mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-13 09:24:19 +01:00
6 lines
118 B
Bash
6 lines
118 B
Bash
cd /tmp
|
|
wget https://zoom.us/client/latest/zoom_amd64.deb
|
|
sudo apt install -y ./zoom_amd64.deb
|
|
rm zoom_amd64.deb
|
|
cd -
|