A pair of simple bash scripts to install and uninstall DWAgent (DWService) on Ubuntu/Debian-based systems (e.g. Jetson Nano).
- install_dwagent.sh: Downloads and runs the DWAgent installer in console mode.
- uninstall_dwagent.sh: Stops the DWAgent service, removes all files, purges any package installation, and cleans up user configs.
- Ubuntu/Debian based OS
sudoprivileges- Internet access to download the installer
- Clone this repo to your device:
git clone https://github.com/rajeshroy402/dwagent-scripts.git cd dwagent-scripts