Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/uninstall-netdata

⚙️ Auto remover Netdata Agent on Debian
https://github.com/m0zgen/uninstall-netdata

Last synced: 1 day ago
JSON representation

⚙️ Auto remover Netdata Agent on Debian

Awesome Lists containing this project

README

        

# Auto remover Netdata Agent

## How to use
1. Download the script
2. Run the script
3. Done

## How to run the script
```bash
wget https://raw.githubusercontent.com/m0zgen/uninstall-netdata/master/run.sh && chmod +x run.sh && ./run.sh
```

or just clone repo:
```bash
git clone https://github.com/m0zgen/uninstall-netdata.git
cd uninstall-netdata
chmod +x run.sh
./run.sh
```