Update kaiji.sh

This commit is contained in:
NewName
2024-08-07 20:23:18 +08:00
parent 3485576fae
commit c8deed7726

View File

@@ -3,9 +3,8 @@
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
sudo hostnamectl set-hostname localhost
# 清空 /etc/motd 文件并设置内容
cat << 'EOF' > /etc/motd
EOF
# 清空 /etc/motd 文件
echo "" > /etc/motd
# 清空 ~/.bashrc 文件并设置内容
echo "" > ~/.bashrc