Browse Source

Correct path of uninstall script. (#1500)

rebuilt 3 năm trước cách đây
mục cha
commit
0641875494
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 "$@"