From 72a1db6ae619403b6aee001a15d634bf68241830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Thu, 4 May 2023 09:49:15 +0200 Subject: [PATCH] Update comments about behaviour --- github/check.teams-for-linux.update.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 # }}}