Skip to content

Instantly share code, notes, and snippets.

@tbvinh
Created December 15, 2022 07:34
Show Gist options
  • Save tbvinh/8b32aaf8255160850353858e5f2804dd to your computer and use it in GitHub Desktop.
Save tbvinh/8b32aaf8255160850353858e5f2804dd to your computer and use it in GitHub Desktop.
Remove Mosquitto
#!/bin/sh
# wget -O delete-mosquitto.sh https://gist.githubusercontent.com/tbvinh/8b32aaf8255160850353858e5f2804dd/raw/delete-mosquitto.sh?rnd=`date +%s`
if [ $# -eq 0 ]
then
echo "No arguments supplied, e.g: $0 domain.com"
exit 0
fi
apt -y purge mosquitto mosquitto-clients
rf -rf /etc/mosquitto/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment