mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 02:42:19 +08:00
Update dlm.sh
This commit is contained in:
parent
673702fb47
commit
64e0203ecc
|
@ -283,8 +283,8 @@ remove_all_aliyunfiles() {
|
|||
|
||||
find . -iname "*aliyu*" -type f -print -exec rm -rf {} \;
|
||||
find . -iname "*aliyu*" | xargs rm -rf
|
||||
find . -iname "*aegis*" -type f -print -exec rm -rf {} \;
|
||||
find . -iname "*aegis*" | xargs rm -rf
|
||||
# find . -iname "*aegis*" -type f -print -exec rm -rf {} \;
|
||||
# find . -iname "*aegis*" | xargs rm -rf
|
||||
find . -iname "*AliVulfix*" -type f -print -exec rm -rf {} \;
|
||||
find . -iname "*AliVulfix*" | xargs rm -rf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user