Update comments about behaviour
This commit is contained in:
parent
6ad4deabef
commit
72a1db6ae6
|
@ -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
|
||||
# }}}
|
||||
|
|
Loading…
Reference in New Issue