Add comment

This commit is contained in:
the Sane 2022-01-07 14:23:43 -05:00 committed by GitHub
parent 9909221dff
commit 6d56599e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1602,6 +1602,7 @@ live_or_ptu="$live_dir"
# Check if a newer verison of the script is available
latest_version="$(get_latest_release "$repo")"
# Sort the versions and check if the installed Helper is smaller
if [ "$latest_version" != "$current_version" ] &&
[ "$current_version" = "$(printf "$current_version\n$latest_version" | sort -V | head -n1)" ]; then
if [ "$use_zenity" -eq 1 ]; then