Browse Source

Add uninstall

George Jones 3 years ago
parent
commit
bcfcf49c21
1 changed files with 6 additions and 0 deletions
  1. 6 0
      install/uninstall-twtxt.sh

+ 6 - 0
install/uninstall-twtxt.sh

@@ -0,0 +1,6 @@
+#! /bin/bash
+# Uninstall twtxt
+
+which python3 || sudo apt install python3
+which pip3 || sudo apt install python3-pip
+pip3 uninstall twtxt