Removed uninstall.sh

This commit is contained in:
Caleb Bassi 2018-02-19 11:57:05 -08:00
parent bd578eafff
commit cb9d8f8921
2 changed files with 1 additions and 4 deletions

View File

@ -21,7 +21,7 @@ If you install this way, starting gotop with the `-u` flag or pressing `u` in go
To uninstall, run: To uninstall, run:
``` ```
curl https://raw.githubusercontent.com/cjbassi/gotop/master/uninstall.sh | sudo bash sudo rm /usr/bin/gotop
``` ```

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
rm /usr/bin/gotop 2>/dev/null