Skip to content

Commit 755b656

Browse files
committed
[Pre-Release] 0.4.1[e] Release Candidate
Changes to be committed: modified: VERSION modified: src/static/static/home/yi-hack-v5/script/system.sh
1 parent b279d35 commit 755b656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1d
1+
0.4.1e

src/static/static/home/yi-hack-v5/script/system.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# 0.4.0c
3+
# 0.4.1e
44

55
CONF_FILE="etc/system.conf"
66

@@ -148,7 +148,7 @@ fi
148148
# Version Firmware Check
149149
if [ -f "/home/yi-hack-v5/version" ]; then
150150
version=$(cat /home/yi-hack-v5/version)
151-
if [[ "$version" != "0.3.8" ]]; then
151+
if [[ "$version" != "0.4.1" ]]; then
152152
echo "Your baseline $version (rootfs and home partitions) is incorrect. Ignore if you are using a pre-release version. Please refer to https://github.com/alienatedsec/yi-hack-v5/discussions/267"
153153
echo "Your baseline $version (rootfs and home partitions) is incorrect, Ignore if you are using a pre-release version. Please refer to https://github.com/alienatedsec/yi-hack-v5/discussions/267" > "/tmp/sd/hackerror.txt"
154154
fi

0 commit comments

Comments
 (0)