mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-18 07:33:16 +08:00
更新 install.sh
This commit is contained in:
@@ -242,7 +242,7 @@ setup_service() {
|
||||
# 主逻辑
|
||||
# 检测是否是Debian系统
|
||||
if [ -f /etc/debian_version ]; then
|
||||
echo "检测到Debian $DEBIAN_VERSION 系统"
|
||||
echo "检测到Debian $DEBIAN_VERSION系统"
|
||||
|
||||
# 提取版本号的小数点前的部分
|
||||
if ! MAJOR_VERSION=$(echo $DEBIAN_VERSION | cut -d '.' -f 1); then
|
||||
|
||||
Reference in New Issue
Block a user