frida-tools: fix typo in postinst script
This commit is contained in:
parent
d57f6eecd0
commit
020d570487
@ -5,6 +5,7 @@ TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
|
||||
_MAJOR_VERSION=12
|
||||
_MINOR_VERSION=8
|
||||
_MICRO_VERSION=13
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION}
|
||||
TERMUX_PKG_SRCURL=https://github.com/frida/frida.git
|
||||
TERMUX_PKG_DEPENDS="libiconv, python"
|
||||
|
@ -11,5 +11,5 @@ bin/frida-trace
|
||||
|
||||
termux_step_create_subpkg_debscripts() {
|
||||
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
||||
echo "pip3.8 prompt_toolkit colorama pygments" >> postinst
|
||||
echo "pip3.8 install prompt_toolkit colorama pygments" >> postinst
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user