mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-30 18:09:03 +00:00
Add comment
This commit is contained in:
parent
9909221dff
commit
6d56599e2f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user