Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 781 Bytes

README.adoc

File metadata and controls

37 lines (28 loc) · 781 Bytes

Zoom Auto Updater

Install/uninstall script for systemd timer/service that checks daily whether there is a newer version of zoom available on the website than the one that is installed locally. If there is a newer version, it downloads the linux .deb package from the zoom website and installs it.

Usage

Install

chmod +x ./autoupdate-zoom.sh
sudo ./autoupdate-zoom.sh install

Uninstall

sudo ./autoupdate-zoom.sh uninstall

Diagnose

Use the standard tools for systemd to check logs and service status.

logs
journalctl -u zoom-update.service
service status
systemctl status zoom-update.service
systemctl status zoom-update.timer