1
0

fix: deb更新脚本注释为英文

This commit is contained in:
TsMask
2025-04-19 16:47:37 +08:00
parent 7cac1e1249
commit 04a5f9052e
4 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# !/bin/bash
# 安装后执行脚本
# Execute the script after installation
RootDir=/usr/local/etc/omc
# Perform post-installation configuration
@@ -50,5 +50,4 @@ else
systemctl start omc.service
systemctl start sshsvc.service
fi
rm -rf $RootDir/vendor
echo ""