Update comments about behaviour

This commit is contained in:
Jeremy Gardais 2023-05-04 09:49:15 +02:00
parent 6ad4deabef
commit 72a1db6ae6
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 3 deletions

View File

@ -3,10 +3,12 @@
# Purpose {{{
# This script will try to get last version of teams-for-linux .deb file
# https://github.com/IsmaelMartinez/teams-for-linux
# 1. Compare current version from APT repo (by default).
# 1. Get current version from APT repo (by default).
# 1.b Or use version from manually installed package (with --file option).
# 2. Download the .deb file for this new version.
# 3. Create a temp file (to monitor) if an upgrade is available.
# 2. Get latest version from github repository.
# 3. Compare current and new versions.
# 4. Download the .deb file for this new version.
# 5. Create a temp file (to monitor) if an upgrade is available.
#
# 2023-03-04
# }}}