Skip to content

Commit dccd878

Browse files
committed
Update
1 parent 5fa73a5 commit dccd878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/assets/home/etc/start-early.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if checkonline; then
1010
echo -e "Download the log and the latest version..."
1111
timeout 20 taive 'https://raw.githubusercontent.com/Zenlua/Tool-Tree/refs/heads/main/Version.md' $TEMP/Version.md
1212
text_num_1="$(grep -nm1 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"
13-
text_num_2="$(grep -nm4 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"
13+
text_num_2="$(grep -nm5 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"
1414
sed -n "$text_num_1,$((text_num_2 - 1))p" $TEMP/Version.md | sed -e "s|\*\*||g" -e "s|+|•|g" | trans -b "$LANGUAGE-$COUNTRY" > $TEMP/version.txt
1515

1616
# Thông báo cập nhật

0 commit comments

Comments
 (0)