Skip to content

Commit 5dd7331

Browse files
feat: add uninstall script
close #47
1 parent 1e8276d commit 5dd7331

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

uninstall.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
# clearing downloaded .ovpn
4+
rm -rf ovpn_*
5+
6+
# remove previous link
7+
sudo rm /usr/local/bin/nordpy 2> /dev/null
8+
9+
xdg-desktop-menu uninstall --novendor nordpy.desktop
10+

0 commit comments

Comments
 (0)