We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa73a5 commit dccd878Copy full SHA for dccd878
app/src/main/assets/home/etc/start-early.rc
@@ -10,7 +10,7 @@ if checkonline; then
10
echo -e "Download the log and the latest version..."
11
timeout 20 taive 'https://raw.githubusercontent.com/Zenlua/Tool-Tree/refs/heads/main/Version.md' $TEMP/Version.md
12
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)"
+ text_num_2="$(grep -nm5 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"
14
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
15
16
# Thông báo cập nhật
0 commit comments