Skip to content

Commit e902fd7

Browse files
fixed error on plugin path
file -> files
1 parent 3e5f786 commit e902fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
####################################
44
# A Script to implant hippo inside
55
# proot-distro(for now!)
6-
# DISTRO_PLUGINS_DIR @TERMUX_PREFIX@/etc/proot-distro"
6+
#
77

8-
DISTRO_PLUGINS_DIR="/data/data/com.termux/file/usr/etc/proot-distro"
8+
DISTRO_PLUGINS_DIR="/data/data/com.termux/files/usr/etc/proot-distro"
99

1010
function _implant_()
1111
{

0 commit comments

Comments
 (0)