Update uninstall.sh

This commit is contained in:
nu11secur1ty 2024-06-04 16:37:42 +03:00 committed by GitHub
parent 0177884d1b
commit 65d8d627ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,13 @@ myTPOT_CONF_FILE="/home/${myUSER}/tpotce/.env"
myANSIBLE_TPOT_PLAYBOOK="installer/remove/tpot.yml"
myUNINSTALLER=$(cat << "EOF"
_____ ____ _ _ _ _ _ _ _
|_ _| | _ \ ___ | |_ | | | |_ __ (_)_ __ ___| |_ __ _| | | ___ _ __
| |_____| |_) / _ \| __| | | | | _ \| | _ \/ __| __/ _ | | |/ _ \ __|
| |_____| __/ (_) | |_ | |_| | | | | | | | \__ \ || (_| | | | __/ |
|_| |_| \___/ \__| \___/|_| |_|_|_| |_|___/\__\__,_|_|_|\___|_|
_____ ________ __ _____ _____ _____ ____ ____ _______ _____ _ _ ______ _ _ _____ __
|_ _||___ /\ \ / //\ | __ \|_ _| / ____| / __ \ / __ \|__ __| / ____|| | | ||___ /| | | | / ____|/_ |
| | / / \ \ / // \ | | | | | | | | __ | | | | | | | | | | | | __ | | | | / / | | | | | (___ | |
| | / / \ \/ // /\ \ | | | | | | | | |_ || | | | | | | | | | | | |_ || | | | / / | | | | \___ \ | |
_| |_ / /__ \ // ____ \ | |__| |_| |_ | |__| || |__| | | |__| | | | | |__| || |__| | / /__ | |__| | ____) | | |
|_____|/_____| \//_/ \_\|_____/|_____| \_____| \____/ \____/ |_| \_____| \____/ /_____| \____/ |_____/ |_|
EOF
)