Ver código fonte

Add uninstall

George Jones 3 anos atrás
pai
commit
bcfcf49c21
1 arquivos alterados com 6 adições e 0 exclusões
  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