Skip to content

fix bin path

Shubham Vishwakarma requested to merge Shubhamvis98-master-patch-78793 into master

I got the below error due to the incorrect bin path in the install script. The path should be /data/data/com.termux/files/usr/bin instead of /data/data/com.termux/files/bin.

[*] Extracting rootfs... 

install-nethunter-termux: line 212: /data/data/com.termux/files/bin/nethunter: No such file or directory
chmod: cannot access '/data/data/com.termux/files/bin/nethunter': No such file or directory
ln: failed to create symbolic link '/data/data/com.termux/files/bin/nh': No such file or directory

[?] Delete downloaded rootfs file? [y/N] 

Merge request reports