重构代码,统一项目入口为install.sh

This commit is contained in:
Olia Lisa
2026-01-15 13:38:07 +08:00
parent 737378d7ee
commit 2c4a44f924
11 changed files with 55 additions and 73 deletions
-4
View File
@@ -5,8 +5,6 @@ update_uuid(){
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # 脚本文件绝对路径
local config_dir="$script_dir/../conf"
source $script_dir/utils/jq_util.sh
# 生成 UUID
local uuid=$(cat /proc/sys/kernel/random/uuid)
@@ -15,5 +13,3 @@ update_uuid(){
echo "设置UUID成功."
}
update_uuid