sunhat/install/app-zoom.sh

8 lines
188 B
Bash
Raw Normal View History

2024-06-04 14:55:25 -05:00
if [ -n "$FORCE" ] || ! command -v zoom &>/dev/null; then
cd ~/Downloads
wget https://zoom.us/client/latest/zoom_amd64.deb
sudo apt install ./zoom_amd64.deb
rm zoom_amd64.deb
cd -
fi