diff --git a/CustomFiles/Depends/profile b/CustomFiles/Depends/profile index 6325335..aae2020 100644 --- a/CustomFiles/Depends/profile +++ b/CustomFiles/Depends/profile @@ -9,15 +9,16 @@ Sysinfo() { local Overlay_Available="$(df -h | grep ":/overlay" | awk '{print $4}' | awk 'NR==1')" local Tmp_Available="$(df -h | grep "/tmp" | awk '{print $4}' | awk 'NR==1')" local TEMP=$(sensors 2>/dev/null | grep 'Core 0' | awk '{print $3}') - echo -e "\n 设备名称: ${Yellow}$(uname -n) / ${TARGET_PROFILE}${White}" - [ -n "${TEMP}" ] && echo " 核心温度: ${TEMP}" - echo " 内核版本: $(uname -rs)" - echo -e " 固件版本: ${Skyb}${CURRENT_Version}${White}" - echo " IP 地址 : ${IP_Address}" - echo " 可用空间: ${Overlay_Available} / ${Tmp_Available}" - [ -n "${CoreMark}" ] && echo " 性能得分: ${CoreMark}" - echo " 运行时间: ${Startup}" - echo "" + cat <