mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix get latest error
This commit is contained in:
parent
5bb34f18e4
commit
dd09cb858c
@ -1563,7 +1563,7 @@ function downloadExts() {
|
||||
TAG="${LATESTURL##*/}"
|
||||
fi
|
||||
[ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}"
|
||||
if [ -z "${TAG}" ]; then
|
||||
if [ -z "${TAG}" -o "${TAG}" = "latest" ]; then
|
||||
if [ ! "${5}" = "0" ]; then
|
||||
dialog --backtitle "$(backtitle)" --colors --title "${T}" \
|
||||
--infobox "$(TEXT "Error checking new version")" 0 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user