基本完成第一版

This commit is contained in:
2023-06-28 16:22:31 +08:00
parent b853640a03
commit 779e303147
32 changed files with 503 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
#exit
set +e
DESTDIR="$1"
if [[ $UID -ne 0 ]] ; then