added system tasks

This commit is contained in:
marvzhang
2020-07-31 13:13:49 +08:00
parent 12009a387c
commit 0a292248b4
13 changed files with 118 additions and 66 deletions

View File

@@ -1,3 +1,8 @@
#!/bin/bash
# fail immediately if error
set -e
# lock global
touch /tmp/install.lock