added system tasks

This commit is contained in:
marvzhang
2020-07-31 13:13:49 +08:00
parent 0205dc5f11
commit 74f7f59036
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