To install:
- Copy both services to
/etc/systemd/system/ - Enable with
sudo systemctl enable --now zoom-update.timer
| [Unit] | |
| Description=Install latest version of Zoom | |
| ConditionACPower=true | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/bin/dnf install -y https://zoom.us/client/latest/zoom_x86_64.rpm |
| [Unit] | |
| Description=Run Zoom update daily | |
| [Timer] | |
| OnCalendar=daily | |
| Persistent=true | |
| [Install] | |
| WantedBy=multi-user.target |
A little fixes: