Uninstall
Remove TICC-DASH completely from your system
The command below downloads and runs the official uninstall script from the GitHub repository.
This script removes TICC-DASH files under /opt/ticc-dash
, disables and deletes the
systemd
service, and cleans up related configuration.
Run this command to fetch and execute the uninstall script
(the script will request sudo
privileges):
curl -fsSL https://raw.githubusercontent.com/anoniemerd/ticc-dash/main/uninstall_ticc_dash.sh | bash
What the script does
- Stops and disables
ticc-dash.service
- Removes files in
/opt/ticc-dash
- Deletes the systemd unit and sudoers entry
- Cleans up logs related to the service
Need to reinstall later?
You can re-install anytime using the one-liner on the Install page.
curl -fsSL https://raw.githubusercontent.com/anoniemerd/ticc-dash/main/install_ticc_dash.sh | bash