1.0.08 release

This commit is contained in:
longpanda
2020-04-30 22:40:40 +08:00
parent 212c9cdbc9
commit 9f57cb3929
13 changed files with 593 additions and 117 deletions

View File

@@ -56,6 +56,15 @@ fi
vtdebug "MODE=$MODE FORCE=$FORCE"
if ! [ -f ./boot/boot.img ]; then
if [ -d ./grub ]; then
vterr "Don't run me here, please download the released install package, and run there."
else
vterr "Please run under the right directory!"
fi
exit 1
fi
#decompress tool
cd tool
chmod +x ./xzcat