perf: 构建工具调整

This commit is contained in:
TsMask
2025-03-18 17:17:17 +08:00
parent b0071400b1
commit 497c223a8f
2 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ if [ ! -f $RootDir/omc.conf ]; then
fi
if [ $? -ne 0 ]; then
echo "Initialization failure."
rm -rf $RootDir
dpkg --purge omc
exit 1
fi