1
0
This commit is contained in:
2023-09-06 16:15:08 +08:00
parent 4180c96eb0
commit 74ee7e3f02
2 changed files with 5 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ systemctl enable crontask.service
systemctl enable sshsvc.service
systemctl enable captrace.service
systemctl daemon-reload
apt-get install zip
if ! id -u omc >/dev/null 2>&1 ; then
useradd -d /opt/omc -m -s /bin/bash -pomc123 omc;
mkdir -p /opt/omc/ftp

5
debbuild/DEBIAN/preinst Normal file
View File

@@ -0,0 +1,5 @@
# !/bin/sh
apt-get install zip