We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8276d commit 5dd7331Copy full SHA for 5dd7331
uninstall.sh
@@ -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