Browse Source

Correct path of uninstall script. (#1500)

rebuilt 3 years ago
parent
commit
0641875494
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/uninstall.sh

+ 1 - 1
utils/installer/uninstall.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
-USER_BIN_DIR="/usr/local/bin"
+USER_BIN_DIR="$HOME/.local/bin"
 if [ -d "/data/data/com.termux" ]; then
   sudo() {
     eval "$@"