Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
/ zoom-autoupdater Public archive

Script that installs/uninstalls systemd service that downloads and installs latest zoom .deb package.

License

Notifications You must be signed in to change notification settings

pazepaze/zoom-autoupdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Script that installs/uninstalls systemd service that downloads and installs latest zoom .deb package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages