Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from Taguar258/update1.1
Browse files Browse the repository at this point in the history
Update uninstall.sh
  • Loading branch information
Taguar258 authored Feb 10, 2020
2 parents fff1539 + 8369de4 commit c9a3f43
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 81 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Hide all your desktop files whenever you want in mac.
## Installation
First of you need to install brew, you can do this by visiting their website. (brew.sh)

After the installation of brew, you need to paste this command in your shell:
```
brew install git ; git clone https://github.com/Taguar258/hidemydesk ; cd hidemydesk ; chmod +x install.sh ; sudo ./install.sh
````

You will need to enter your mac password when asked.

Expand Down
Binary file added hidemydesk.dmg
Binary file not shown.
13 changes: 0 additions & 13 deletions install.sh

This file was deleted.

26 changes: 0 additions & 26 deletions src/hidemydesk

This file was deleted.

37 changes: 0 additions & 37 deletions src/hidemydesk2

This file was deleted.

8 changes: 7 additions & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/bin/sh

if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi

rm /usr/local/bin/hidemydesk
rm /Applications/hidemydesk
rm -rf /Applications/hidemydesk.app

0 comments on commit c9a3f43

Please sign in to comment.