From 9e1b622b86cc640cb89bfa88af1cbd0d901db3d8 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:21 +0300 Subject: [PATCH] Install Zoom client --- .config/setup/install-zoom.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .config/setup/install-zoom.sh diff --git a/.config/setup/install-zoom.sh b/.config/setup/install-zoom.sh new file mode 100755 index 0000000..8ecfa8d --- /dev/null +++ b/.config/setup/install-zoom.sh @@ -0,0 +1,4 @@ +#! /usr/bin/sh + +curl --location --output-dir /tmp --remote-name https://zoom.us/client/latest/zoom_amd64.deb +sudo apt-get install --yes /tmp/zoom_amd64.deb