diff --git a/github/check.teams-for-linux.update.sh b/github/check.teams-for-linux.update.sh index 31a56fb..0fcf89a 100755 --- a/github/check.teams-for-linux.update.sh +++ b/github/check.teams-for-linux.update.sh @@ -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 # }}}