resh
resh copied to clipboard
No /tmp in Termux
The rawinstall.sh script attempts to download to /tmp but this path is not accessible in Termux on Android. The script should use ${TMPDIR:-/tmp} instead.