mirror of
https://github.com/RROrg/rr.git
synced 2025-09-10 05:47:21 +08:00
Compare commits
No commits in common. "30b73934bb35644885ad6c7c3a7f8946b9ad4bad" and "66ecd47b5c9b86b05755b3ade7bf01cea61f3db2" have entirely different histories.
30b73934bb
...
66ecd47b5c
Binary file not shown.
@ -2630,11 +2630,11 @@ function downloadExts() {
|
||||
return 1
|
||||
fi
|
||||
if [ "${2}" = "${TAG}" ]; then
|
||||
MSG="$(TEXT "No new version.")\n"
|
||||
MSG="$(TEXT "No new version.")"
|
||||
if [ "${5}" = "-1" ]; then
|
||||
echo "${T} - ${MSG}"
|
||||
elif [ "${5}" = "0" ]; then
|
||||
MSG+="$(printf "$(TEXT "Actual version is %s.\nForce update?")" "${2}")"
|
||||
MSG+="$(printf "$(TEXT "Actual version is %s\nForce update?")" "${2}")"
|
||||
DIALOG --title "${T}" \
|
||||
--yesno "${MSG}" 0 0
|
||||
[ $? -ne 0 ] && return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user