Skip to content

Commit 44eb446

Browse files
committed
Upload file
1 parent 42d4480 commit 44eb446

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

16 Bytes
Binary file not shown.

pio/src/main/assets/home/etc/lang/vi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ doc_text="Văn bản"
2020
addon_text="Add-on"
2121
home_text="Trang chủ"
2222
checktime="Tổng thời gian"
23-
begin_start="Đang cài đặt..."
23+
begin_start="Đang cài đặt data..."
2424
trademark_text="Thương hiệu"
2525
version_text="Phiên bản"
2626
default_text="Mặc định"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rm -fr $TMPDIR/* $HOME/cache/* $START_DIR/cache/* $TEMP/documents $TEMP/WebView
55

66
(
77
# Tải về nhật ký
8-
echo "Download the log and the latest version..." &>>$TEMP/Install.log
8+
echo -e "\nDownload the log and the latest version..." &>>$TEMP/Install.log
99
timeout 20 Taive 'https://raw.githubusercontent.com/Zenlua/Tool-Tree/refs/heads/main/Version.md' $TEMP/Version.md &>>$TEMP/Install.log
1010
text_num_1="$(grep -nm1 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"
1111
text_num_2="$(grep -nm4 Version: $TEMP/Version.md | tail -1 | cut -d: -f1)"

0 commit comments

Comments
 (0)