mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-29 09:29:44 +08:00
更新 install.sh
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 确保脚本以root用户运行
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Please run as root or with sudo."
|
||||
exit
|
||||
fi
|
||||
|
||||
# 设置默认的语言环境为英文(zh_CN.UTF-8),可以根据需要修改
|
||||
DEFAULT_LANG="zh_CN.UTF-8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user