TheCrysp/Hackbuntu

[Request] Add purging tools script

Aju100 opened this issue · 0 comments

Sometimes there might be errors while installing and again once we run the script, it shows errors, as some files are folders, are already in the file.

Steps to reproduce

  • run the script
  • once it installs all the tools again run the script
  • errors pop up

Pseudocode to solve it:

sudo rm -r /opt/*
sudo rm -r /usr/bin/nameoftools
sudo rm -r file_which_has_been_downloaded_in_your_current_folder

Impact

Once the script is created you can install it many times and there will be no problem reinstalling the tools.
It will be an enhancement if their tool to clean added tools.